Skip to content

Commit 7416c2a

Browse files
committed
chore: allow dependabot to update all actions rather than manually specified
Relate to #38 [skip ci]
1 parent 5f622b0 commit 7416c2a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/dependabot.yml

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ updates:
66

77
- package-ecosystem: "github-actions"
88
directory: "/"
9-
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow
10-
allow:
11-
- dependency-name: "actions/checkout"
12-
- dependency-name: "actions/setup-node"
13-
- dependency-name: "actions/upload-artifact"
149
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
1510
schedule:
1611
interval: "daily"

0 commit comments

Comments
 (0)