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


##########
.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:
   We need to ignore `org.jsonschema2pojo` as well, thanks. I ran the ignore 
command manually in https://github.com/apache/airflow/pull/71694 but it doesn't 
help on repo level.
   
   More detail in https://github.com/apache/airflow/pull/71670 PR description.
   
   



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