You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/08 20:46:59 UTC

[GitHub] [beam] damccorm commented on a diff in pull request #21746: Exclude gcp packages from dependabot

damccorm commented on code in PR #21746:
URL: https://github.com/apache/beam/pull/21746#discussion_r892851879


##########
.github/dependabot.yml:
##########
@@ -27,3 +27,22 @@ updates:
     directory: "/" # Location of package manifests
     schedule:
       interval: "daily"
+    ignore:
+    # Ignore gcp dependencies
+    - dependency-name: "gax_grpc_test"
+    - dependency-name: "bigdataoss_gcsio"
+    - dependency-name: "bigdataoss_util"
+    - dependency-name: "google_cloud_spanner_test"
+    - dependency-name: "google_code_gson"
+    - dependency-name: "google_oauth_client"
+    - dependency-name: "google_oauth_client_java6"
+    - dependency-name: "grpc_protobuf_lite"
+    - dependency-name: "guava"
+    - dependency-name: "guava_testlib"
+    - dependency-name: "protobuf_java"
+    - dependency-name: "protobuf_java_util"
+    - dependency-name: "google_cloud_datastore_v1_proto_client"
+    - dependency-name: "google_cloud_pubsublite"
+    - dependency-name: "google_cloud_platform_libraries_bom"
+    - dependency-name: "proto_google_cloud_datastore_v1"
+    - dependency-name: "proto_google_cloud_pubsublite_v1"

Review Comment:
   Oh you're right, I got my wires crossed - this should be fixed now.



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org