Skip to content

Commit 9ad18b6

Browse files
authored
chore: Update dependabot.yml (#1814)
* chore: Update dependabot.yml
1 parent f961eb0 commit 9ad18b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

synthtool/gcp/templates/java_library/.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)