-
Notifications
You must be signed in to change notification settings - Fork 567
add some ignore in dependabot configuration #3286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,27 +18,55 @@ version: 2 | |
| updates: | ||
| - package-ecosystem: "maven" | ||
| target-branch: "master" | ||
| labels: | ||
| - master | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| ignore: | ||
| # Ignore Maven Core updates | ||
| - dependency-name: "org.apache.maven:*" | ||
| # to remove when depending on core 4.x | ||
| - dependency-name: "org.slf4j:*" | ||
| versions: [ ">2.0"] | ||
| - dependency-name: "junit:junit" | ||
| # to remove when depending on core 4.x | ||
| - dependency-name: "org.apache.maven.resolver:*" | ||
| versions: [ ">2.0"] | ||
| - dependency-name: "org.mockito:*" | ||
| versions: [ ">5.0"] | ||
| - package-ecosystem: "github-actions" | ||
| target-branch: "master" | ||
| labels: | ||
| - master | ||
|
||
| commit-message: | ||
| prefix: "[Master]" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| - package-ecosystem: "maven" | ||
| target-branch: "surefire-3.5.x" | ||
| labels: | ||
| - "[3.5.x]" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
| ignore: | ||
| # Ignore Maven Core updates | ||
| - dependency-name: "org.apache.maven:*" | ||
| - dependency-name: "org.slf4j:*" | ||
| versions: [ ">2.0"] | ||
| - dependency-name: "junit:junit" | ||
| # TODO this already needs some update to be on 1.9.x | ||
| - dependency-name: "org.apache.maven.resolver:*" | ||
| versions: [ ">2.0"] | ||
| - dependency-name: "org.mockito:*" | ||
| versions: [ ">5.0"] | ||
|
|
||
| - package-ecosystem: "github-actions" | ||
| target-branch: "surefire-3.5.x" | ||
| labels: | ||
| - "[3.5.x]" | ||
| directory: "/" | ||
| schedule: | ||
| interval: "daily" | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to add all labels, so please also add here
dependenciesandjavaThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we also need manually add new label
masterto https://github.com/apache/maven-surefire/labelsdependabot will not create it