olamy commented on PR #3286: URL: https://github.com/apache/maven-surefire/pull/3286#issuecomment-3976154915
I've added some self-explanatory comments directly in the dependabot.yml file to clarify the rules. But I'm happy to add even more content here if the comments are not self-explanatory enough. This is a standard configuration approach for projects with strict baseline requirements (like Java 8). Without these exclusions, Dependabot would suggest incompatible upgrades, as seen here: https://github.com/apache/maven-surefire/pull/3287. This setup simply prevents such noise. I also added exclusions for dependencies like slf4j-api and maven-resolver (with inline comments explaining why). Since these are tied to Maven Core, they cannot be upgraded independently. -- 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]
