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.
dependabot.yml
1 parent 38ad636 commit f961eb0Copy full SHA for f961eb0
synthtool/gcp/templates/java_library/.github/dependabot.yml
@@ -5,10 +5,13 @@ updates:
5
schedule:
6
interval: "daily"
7
# Disable version updates for Maven dependencies
8
- open-pull-requests-limit: 0
+ # we use renovate-bot as well as shared-dependencies BOM to update maven dependencies.
9
+ ignore: "*"
10
- package-ecosystem: "pip"
11
directory: "/"
12
13
14
# Disable version updates for pip dependencies
15
+ # If a security vulnerability comes in, we will be notified about
16
+ # it via template in the synthtool repository.
17
0 commit comments