Skip to content

Commit

Permalink
Adjust the dependabot configuration
Browse files Browse the repository at this point in the history
- Set the reviewers to be the AxonFramework team
- Group dependabot PRs with one another
- Schedule dependabot PRs weekly on Sunday

#enhancement/dependabot-configuration
  • Loading branch information
smcvb committed Dec 13, 2023
1 parent b45de86 commit ea576e3
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,37 @@ 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: 36
reviewers:
- "azzazzel"
- "CodeDrivenMitch"
- "gklijs"
- "smcvb"
- "AxonFramework/framework-developers"
groups:
github-dependencies:
update-types:
- "patch"
- "minor"
- "major"

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

0 comments on commit ea576e3

Please sign in to comment.