Skip to content

Commit

Permalink
Group dependabot pull requests (#193)
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]>
Co-authored-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler and dthaler2 committed Aug 13, 2024
1 parent 46669b3 commit 8374c5c
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 8374c5c

Please sign in to comment.