Skip to content

Commit

Permalink
Adjust the dependabot configuration
Browse files Browse the repository at this point in the history
- Schedule PRs weekly on Sunday
- Group dependencies
- Adjust reviewers

#enhancement/dependabot-configuration
  • Loading branch information
smcvb committed Dec 14, 2023
1 parent 3a2d944 commit 63ae615
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,42 @@
version: 2

updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: weekly
day: "sunday"
open-pull-requests-limit: 5
labels:
- "Type: Dependency Upgrade"
- "Priority 1: Must"
milestone: 7
reviewers:
- "CodeDrivenMitch"
- "gklijs"
- "AxonFramework/framework-developers"
- "sandjelkovic"
- "smcvb"
milestone: 7
groups:
github-dependencies:
update-types:
- "patch"
- "minor"
- "major"

- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
interval: weekly
day: "sunday"
open-pull-requests-limit: 10
labels:
- "Type: Dependency Upgrade"
- "Priority 1: Must"
milestone: 7
reviewers:
- "CodeDrivenMitch"
- "gklijs"
- "AxonFramework/framework-developers"
- "sandjelkovic"
- "smcvb"
milestone: 7
groups:
maven-dependencies:
update-types:
- "patch"
- "minor"
- "major"

0 comments on commit 63ae615

Please sign in to comment.