dweiss commented on code in PR #16641:
URL: https://github.com/apache/lucene/pull/16641#discussion_r3942000932


##########
.github/dependabot.yml:
##########
@@ -11,6 +11,16 @@ updates:
     commit-message:
       prefix: ci
     labels: [dependencies, skip-changelog]
+    groups:
+      # codeql init/analyze must match exactly: validate each others versions
+      codeql:
+        patterns:
+          - github/codeql-action/*
+      # group patch/minor updates, typically no breaking changes
+      actions:
+        update-types:
+          - patch
+          - minor

Review Comment:
   Applied just to shrink the diff surface since dependabot works on the main 
branch only, I think.



-- 
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]

Reply via email to