Skip to content

Commit

Permalink
Configure dependabot to group updates in one PR (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbrockhoff authored Jan 21, 2025
1 parent 7394b6d commit 35bbeb9
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,9 +9,17 @@ updates:
target-branch: "main"
schedule:
interval: "monthly"
groups:
gradleDependencies:
patterns:
- "*"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "monthly"
groups:
githubActionDependencies:
patterns:
- "*"

0 comments on commit 35bbeb9

Please sign in to comment.