Skip to content

Commit 223dfef

Browse files
chore: Update dependabot.yml (#1814) (#1863)
* chore: Update dependabot.yml Source-Link: googleapis/synthtool@9ad18b6 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:c33bd13e1eab022b0499a3afbfb4b93ae10cb8ad89d8203a6343a88b1b78400f Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5c4c61e commit 223dfef

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
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

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ updates:
66
interval: "daily"
77
# Disable version updates for Maven dependencies
88
# we use renovate-bot as well as shared-dependencies BOM to update maven dependencies.
9-
ignore: "*"
9+
ignore:
10+
- dependency-name: "*"
1011
- package-ecosystem: "pip"
1112
directory: "/"
1213
schedule:
1314
interval: "daily"
1415
# Disable version updates for pip dependencies
1516
# If a security vulnerability comes in, we will be notified about
1617
# it via template in the synthtool repository.
17-
ignore: "*"
18+
ignore:
19+
- dependency-name: "*"

0 commit comments

Comments
 (0)