Skip to content

Commit

Permalink
Enable grouped version updates (#1878)
Browse files Browse the repository at this point in the history
Prevents several PRs to be created. This can be improved to group dependencies (test libs, dev libs ...) in case a lib might block others.
  • Loading branch information
sebastienros authored May 30, 2024
1 parent 053dbe9 commit 40391cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
# Grouped version updates configuration
all-dependencies:
patterns:
- "*"

0 comments on commit 40391cd

Please sign in to comment.