-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Schedule PRs weekly on Sunday - Group dependencies - Adjust reviewers #enhancement/dependabot-configuration
- Loading branch information
Showing
1 changed file
with
54 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,56 @@ | ||
version: 2 | ||
|
||
updates: | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 5 | ||
labels: | ||
- "Type: Dependency Upgrade" | ||
- "Priority 1: Must" | ||
reviewers: | ||
- "CodeDrivenMitch" | ||
- "gklijs" | ||
- "smcvb" | ||
- package-ecosystem: maven | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 5 | ||
labels: | ||
- "Type: Dependency Upgrade" | ||
- "Priority 1: Must" | ||
reviewers: | ||
- "CodeDrivenMitch" | ||
- "gklijs" | ||
- "smcvb" | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 5 | ||
labels: | ||
- "Type: Dependency Upgrade" | ||
- "Priority 1: Must" | ||
reviewers: | ||
- "CodeDrivenMitch" | ||
- "gklijs" | ||
- "smcvb" | ||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: "sunday" | ||
open-pull-requests-limit: 5 | ||
labels: | ||
- "Type: Dependency Upgrade" | ||
- "Priority 1: Must" | ||
reviewers: | ||
- "AxonFramework/framework-developers" | ||
groups: | ||
github-dependencies: | ||
update-types: | ||
- "patch" | ||
- "minor" | ||
- "major" | ||
|
||
- package-ecosystem: maven | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: "sunday" | ||
open-pull-requests-limit: 5 | ||
labels: | ||
- "Type: Dependency Upgrade" | ||
- "Priority 1: Must" | ||
reviewers: | ||
- "AxonFramework/framework-developers" | ||
groups: | ||
maven-dependencies: | ||
update-types: | ||
- "patch" | ||
- "minor" | ||
- "major" | ||
|
||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: weekly | ||
day: "sunday" | ||
open-pull-requests-limit: 5 | ||
labels: | ||
- "Type: Dependency Upgrade" | ||
- "Priority 1: Must" | ||
reviewers: | ||
- "AxonFramework/framework-developers" | ||
groups: | ||
npm-dependencies: | ||
update-types: | ||
- "patch" | ||
- "minor" | ||
- "major" |