File tree Expand file tree Collapse file tree 5 files changed +346
-248
lines changed
Expand file tree Collapse file tree 5 files changed +346
-248
lines changed Original file line number Diff line number Diff line change 1- # Copyright 2023 Google LLC
1+ # Copyright 2024 Google LLC
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1313# limitations under the License.
1414docker :
1515 image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16- digest : sha256:5df8b62e8da534f7604daef347698f6701e34b3f61713712a3384ac88fc32088
16+ digest : sha256:673eb39211c6d7dc2f037806efe6138637cf9f43c129772981dc78d6f1b83bb9
17+ # created: 2024-01-19T19:30:54.980246646Z
Original file line number Diff line number Diff line change @@ -5,10 +5,15 @@ updates:
55 schedule :
66 interval : " daily"
77 # Disable version updates for Maven dependencies
8- open-pull-requests-limit : 0
8+ # we use renovate-bot as well as shared-dependencies BOM to update maven dependencies.
9+ ignore :
10+ - dependency-name : " *"
911 - package-ecosystem : " pip"
1012 directory : " /"
1113 schedule :
1214 interval : " daily"
1315 # Disable version updates for pip dependencies
14- open-pull-requests-limit : 0
16+ # If a security vulnerability comes in, we will be notified about
17+ # it via template in the synthtool repository.
18+ ignore :
19+ - dependency-name : " *"
Original file line number Diff line number Diff line change 11enabled : true
2+ multiScmName : java-pubsub-group-kafka-connector
You can’t perform that action at this time.
0 commit comments