Skip to content

Commit

Permalink
Allow dependabot to update GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Rick M <[email protected]>
  • Loading branch information
kingthorin authored Oct 26, 2024
1 parent a861900 commit 2a30d78
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,12 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 10

- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
dependencies:
applies-to: version-updates
patterns:
- "*"

0 comments on commit 2a30d78

Please sign in to comment.