Skip to content

Commit 9269d7a

Browse files
committed
chore: don't use an allow list for github-action updates from dependabot
Part of #1590
1 parent cc6cf6a commit 9269d7a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/dependabot.yml

-6
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ updates:
3838

3939
- package-ecosystem: "github-actions"
4040
directory: "/"
41-
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow
42-
allow:
43-
- dependency-name: "actions/cache"
44-
- dependency-name: "actions/checkout"
45-
- dependency-name: "actions/setup-java"
46-
- dependency-name: "actions/upload-artifact"
4741
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
4842
schedule:
4943
interval: "daily"

0 commit comments

Comments
 (0)