janhoy opened a new pull request, #4736: URL: https://github.com/apache/solr/pull/4736
The 2.32.0 pin added in #4733 never matched the `com.palantir.consistent-versions` Gradle plugin: for plugins, Renovate's `matchPackageNames` matches the plugin marker artifact (`com.palantir.consistent-versions:com.palantir.consistent-versions.gradle.plugin`), not the plugin id. That is why solrbot still opened #4734. The plugin id is the `depName`, so switch the rule to `matchDepNames`. Second commit replaces the deprecated `matchPackagePrefixes` with equivalent `matchPackageNames` globs (no behavior change). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
