Skip to main content

Dependabot should be for GitHub Actions, not Bundler

ID
821b692
date
2024-06-06 06:25:01+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
bb81e4f
message
Dependabot should be for GitHub Actions, not Bundler
changed files
1 file, 1 addition, 1 deletion

Changed files

.github/dependabot.yml (232) → .github/dependabot.yml (239)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 1c92b08..3c453e4 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,6 +1,6 @@
 version: 2
 updates:
-  - package-ecosystem: "bundler"
+  - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
       interval: daily