Skip to content

Commit

Permalink
Create a Dependabot group for all GitHub actions
Browse files Browse the repository at this point in the history
Make Dependabot update all dependencies in a single pull request.

Suggested by Pedro Nacht.
  • Loading branch information
wantehchang committed Oct 5, 2023
1 parent b4ddd63 commit cb6fdc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"

0 comments on commit cb6fdc3

Please sign in to comment.