From 9ad18b66e75ca08d6a7779f56c7ee0595d3e1203 Mon Sep 17 00:00:00 2001 From: Deepankar Dixit <90280028+ddixit14@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:46:38 +0000 Subject: [PATCH] chore: Update dependabot.yml (#1814) * chore: Update dependabot.yml --- synthtool/gcp/templates/java_library/.github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/synthtool/gcp/templates/java_library/.github/dependabot.yml b/synthtool/gcp/templates/java_library/.github/dependabot.yml index fde1ced49..203f9eacc 100644 --- a/synthtool/gcp/templates/java_library/.github/dependabot.yml +++ b/synthtool/gcp/templates/java_library/.github/dependabot.yml @@ -6,7 +6,8 @@ updates: interval: "daily" # Disable version updates for Maven dependencies # we use renovate-bot as well as shared-dependencies BOM to update maven dependencies. - ignore: "*" + ignore: + - dependency-name: "*" - package-ecosystem: "pip" directory: "/" schedule: @@ -14,4 +15,5 @@ updates: # Disable version updates for pip dependencies # If a security vulnerability comes in, we will be notified about # it via template in the synthtool repository. - ignore: "*" + ignore: + - dependency-name: "*"