uranusjr commented on code in PR #71712:
URL: https://github.com/apache/airflow/pull/71712#discussion_r3820223403


##########
.github/dependabot.yml:
##########
@@ -99,6 +99,13 @@ updates:
       - dependency-name: "*"
         update-types:
           - version-update:semver-major
+      # Pinned to the last shadow-gradle-plugin release that supports Java 11
+      # (see java-sdk/plugin/build.gradle.kts). Ignore minor/patch bumps too,
+      # not just majors, until the SDK's Java 11 support requirement is 
dropped.
+      - dependency-name: "com.gradleup.shadow:shadow-gradle-plugin"
+        update-types:
+          - version-update:semver-minor
+          - version-update:semver-patch
 

Review Comment:
   Added



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