Skip to content

Commit

Permalink
deps: group dependabot version updates
Browse files Browse the repository at this point in the history
This is to avoid having a lot of coexisting dependabot-triggered PRs (each addressing individual version bump), which results in a lot of
- CI builds (especially that we require PR to be in sync with the master branch)
- PR-based releases deployed to our mvn repo
  • Loading branch information
michalmac committed Sep 29, 2023
1 parent e41035b commit 7a0bed8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ updates:
directory: "/"
schedule:
interval: "daily"
groups:
maven:
patterns: ["*"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
github-actions:
patterns: ["*"]

0 comments on commit 7a0bed8

Please sign in to comment.