MonkeyCanCode commented on code in PR #4501:
URL: https://github.com/apache/polaris/pull/4501#discussion_r3277690587


##########
.github/renovate.json5:
##########
@@ -107,6 +107,17 @@
       matchManagers: ["github-actions"],
       matchPackageNames: ["python"],
       enabled: false
+    },
+    // Scala 2.12 and 2.13 are not compatible
+    // Ensure that Renovate does not "upgrade" from 2.12 to 2.13
+    {
+      matchManagers: ["gradle"],
+      matchPackageNames: [
+        "org.scala-lang:scala-reflect",
+        "org.scala-lang:scala-library",
+      ],
+      "matchCurrentVersion": "/^2\\.12\\./",

Review Comment:
   yes as I am planning to take up the spark 4.x work later this week. I will 
update this one shortly with 2.13 rule as well.



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