File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
docker :
15
15
image : gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16
- digest : sha256:ad9cabee4c022f1aab04a71332369e0c23841062124818a4490f73337f790337
16
+ digest : sha256:af2eda87a54601ae7b7b2be5055c17b43ac98a7805b586772db314de8a7d4a1d
17
+ # created: 2023-06-16T02:10:09.149325782Z
Original file line number Diff line number Diff line change @@ -5,10 +5,13 @@ updates:
5
5
schedule :
6
6
interval : " daily"
7
7
# 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 : " *"
9
10
- package-ecosystem : " pip"
10
11
directory : " /"
11
12
schedule :
12
13
interval : " daily"
13
14
# Disable version updates for pip dependencies
14
- open-pull-requests-limit : 0
15
+ # If a security vulnerability comes in, we will be notified about
16
+ # it via template in the synthtool repository.
17
+ ignore : " *"
You can’t perform that action at this time.
0 commit comments