Skip to content

Commit f961eb0

Browse files
authored
chore: Update dependabot.yml template (#1813)
* chore: Update `dependabot.yml` template not to touch pip dependencies
1 parent 38ad636 commit f961eb0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

synthtool/gcp/templates/java_library/.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ updates:
55
schedule:
66
interval: "daily"
77
# Disable version updates for Maven dependencies
8-
open-pull-requests-limit: 0
8+
# we use renovate-bot as well as shared-dependencies BOM to update maven dependencies.
9+
ignore: "*"
910
- package-ecosystem: "pip"
1011
directory: "/"
1112
schedule:
1213
interval: "daily"
1314
# Disable version updates for pip dependencies
14-
open-pull-requests-limit: 0
15+
# If a security vulnerability comes in, we will be notified about
16+
# it via template in the synthtool repository.
17+
ignore: "*"

0 commit comments

Comments
 (0)