dimas-b commented on code in PR #839:
URL: https://github.com/apache/polaris/pull/839#discussion_r1941977885


##########
.github/renovate.json5:
##########
@@ -71,4 +72,7 @@
   // concurrent PRs limit.
   prConcurrentLimit: 50,
   prHourlyLimit: 5,
+
+  // add renovatebot label to easily filter PRs/email
+  labels: ["renovatebot"],

Review Comment:
   nit: maybe `renovate-polaris` to allow filtering renovate emails coming from 
different projects :)



##########
.github/renovate.json5:
##########
@@ -22,7 +22,8 @@
     "config:base",
     // Required to not pin dependencies to _exact_ versions (pip)
     ":preserveSemverRanges",
-    "group:monorepos",
+    // Group all updates in one PR
+    "group:all",

Review Comment:
   I tend to agree with @snazy that _not_ grouping helps with fixing breakage 
related to version bumps.



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

Reply via email to