Skip to content

Commit

Permalink
Enable groups for dependabot
Browse files Browse the repository at this point in the history
When running a scheduled update, group into a single PR.

Signed-off-by: Brad P. Crochet <[email protected]>
  • Loading branch information
bcrochet committed Aug 30, 2023
1 parent fe9d181 commit b07647d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
dev-dependencies:
dependency-type: "development"
prod-dependencies:
dependency-type: "production"
- package-ecosystem: github-actions
directory: /
directory: "/"
schedule:
interval: weekly
interval: "weekly"

0 comments on commit b07647d

Please sign in to comment.