Skip to content

Commit

Permalink
chore: Update dependabot.yml template (#1813)
Browse files Browse the repository at this point in the history
* chore: Update `dependabot.yml` template not to touch pip dependencies
  • Loading branch information
ddixit14 committed Jun 16, 2023
1 parent 38ad636 commit f961eb0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions synthtool/gcp/templates/java_library/.github/dependabot.yml
Expand Up @@ -5,10 +5,13 @@ updates:
schedule:
interval: "daily"
# Disable version updates for Maven dependencies
open-pull-requests-limit: 0
# we use renovate-bot as well as shared-dependencies BOM to update maven dependencies.
ignore: "*"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
# Disable version updates for pip dependencies
open-pull-requests-limit: 0
# If a security vulnerability comes in, we will be notified about
# it via template in the synthtool repository.
ignore: "*"

0 comments on commit f961eb0

Please sign in to comment.