janhoy commented on code in PR #1375:
URL: https://github.com/apache/solr/pull/1375#discussion_r1114973119


##########
.github/renovate.json:
##########
@@ -0,0 +1,30 @@
+{
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json";,
+  "dependencyDashboard": false,
+  "enabledManagers": ["gradle"],
+  "ignorePaths": ["gradle/**", "solr/**", "buildSrc/**", 
"dev-docs/solr-missing-doclet/**"],

Review Comment:
   Originally I allowed renovate to suggest upgrades to everything, including 
`dev-tools/scripts/requirements.txt`, webapp JS libs, Dockerfile (image 
versions), antora etc. Then I restricted it to only "gradle" (maven pkgs).
   
   I think this will work to only consider the two files where we define 
versions:
   ```json
   "includePaths": ["versions.props", "build.gradle"]
   ```



-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to