Skip to content

Commit

Permalink
chore: don't use an allow list for github-action updates from dependabot
Browse files Browse the repository at this point in the history
Part of #1590
  • Loading branch information
php-coder committed Jan 14, 2025
1 parent cc6cf6a commit 9269d7a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ updates:

- package-ecosystem: "github-actions"
directory: "/"
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow
allow:
- dependency-name: "actions/cache"
- dependency-name: "actions/checkout"
- dependency-name: "actions/setup-java"
- dependency-name: "actions/upload-artifact"
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
schedule:
interval: "daily"
Expand Down

0 comments on commit 9269d7a

Please sign in to comment.