Skip to content

Commit

Permalink
Group dependabot pull requests
Browse files Browse the repository at this point in the history
Currently dependabot will generate a pull request per dependency being
updated.  This change will cause all ruby dependencies to be updated in
one pull request, and the same for all github action dependencies, to
reduce the number of dependabot PRs.

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler2 committed Aug 11, 2024
1 parent 46669b3 commit 31f9dbd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ updates:
schedule:
interval: "weekly"
day: "saturday"
groups:
actions:
patterns:
- "*"

- package-ecosystem: "github-actions"
# Workflow files stored in the
Expand All @@ -17,3 +21,7 @@ updates:
schedule:
interval: "weekly"
day: "saturday"
groups:
actions:
patterns:
- "*"

0 comments on commit 31f9dbd

Please sign in to comment.