slawekjaranowski commented on code in PR #3286:
URL: https://github.com/apache/maven-surefire/pull/3286#discussion_r2868834030
##########
.github/dependabot.yml:
##########
@@ -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
Review Comment:
please add `dependencies` and `github_actions`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]