We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f961eb0 commit 9ad18b6Copy full SHA for 9ad18b6
synthtool/gcp/templates/java_library/.github/dependabot.yml
@@ -6,12 +6,14 @@ updates:
6
interval: "daily"
7
# Disable version updates for Maven dependencies
8
# we use renovate-bot as well as shared-dependencies BOM to update maven dependencies.
9
- ignore: "*"
+ ignore:
10
+ - dependency-name: "*"
11
- package-ecosystem: "pip"
12
directory: "/"
13
schedule:
14
15
# Disable version updates for pip dependencies
16
# If a security vulnerability comes in, we will be notified about
17
# it via template in the synthtool repository.
18
19
0 commit comments