File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
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:af2eda87a54601ae7b7b2be5055c17b43ac98a7805b586772db314de8a7d4a1d
17
- # created: 2023-06-16T02:10:09.149325782Z
16
+ digest : sha256:c33bd13e1eab022b0499a3afbfb4b93ae10cb8ad89d8203a6343a88b1b78400f
17
+ # created: 2023-06-21T18:48:32.287298785Z
Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ updates:
6
6
interval : " daily"
7
7
# Disable version updates for Maven dependencies
8
8
# we use renovate-bot as well as shared-dependencies BOM to update maven dependencies.
9
- ignore : " *"
9
+ ignore :
10
+ - dependency-name : " *"
10
11
- package-ecosystem : " pip"
11
12
directory : " /"
12
13
schedule :
13
14
interval : " daily"
14
15
# Disable version updates for pip dependencies
15
16
# If a security vulnerability comes in, we will be notified about
16
17
# it via template in the synthtool repository.
17
- ignore : " *"
18
+ ignore :
19
+ - dependency-name : " *"
You can’t perform that action at this time.
0 commit comments