Skip to content

Commit

Permalink
Allow dependabot to update GitHub actions (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: Rick M <[email protected]>
  • Loading branch information
kingthorin authored Nov 8, 2024
1 parent 10cd650 commit 936da24
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"
directory: "/"
schedule:
interval: "monthly"
groups:
gha:
applies-to: version-updates
patterns:
- "*"

0 comments on commit 936da24

Please sign in to comment.