janhoy commented on code in PR #4591: URL: https://github.com/apache/solr/pull/4591#discussion_r3521101111
########## changelog/unreleased/PR#4591-update-all-non-major-dependencies.yml: ########## @@ -0,0 +1,13 @@ +title: "Updated dependencies: caffeine 3.2.3 -> 3.2.4, gradle-versions-plugin + 0.53.0 -> 0.54.0, byte-buddy 1.18.8-jdk5 -> 1.18.9, carrot2-core 4.8.1 -> 4.8.6, + randomizedtesting 2.8.4 -> 2.9.1, spotless 8.3.0 -> 8.7.0, ecj 3.39.0 -> 3.46.0, + annotations 26.0.2 -> 26.1.0, langchain4j 1.16.3 -> 1.17.0, dependency-check-gradle + 12.1.3 -> 12.2.2, spotbugs 4.9.8 -> 4.10.2" +type: dependency_update +authors: + - name: solrbot + - name: Jan Høydahl Review Comment: @epugh See, I get some credit as well here. One side effect of adding more renovatebot "groups" is that the auto-generated changelog yml file (done in our custom GH workflow) will now use a fairly uninformative changelog title. In this case I expanded the title to iterate every version bump. Before the new renovatebot groups, and my habit of merging renovate PR branches into a bulk branch, we'd get one changelog yml file per dependency. I now david dislikes such verbosity. And I also see the flaws, that same dep may have multiple bumps before a release, and some deps are just not important enough for anyone to care. But I don't know how to handle this automated in a better way. I could improve `renovate-changelog-prepare.yml` to craft a title based on libs.versions.toml changes but do we want that? -- 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]
