Skip to content

Commit

Permalink
chore(python): disable dependency dashboard (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Aug 30, 2021
1 parent e770c12 commit dfd55ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion synthtool/gcp/templates/python_library/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extends": [
"config:base", ":preserveSemverRanges"
"config:base",
":preserveSemverRanges",
":disableDependencyDashboard"
],
"ignorePaths": [".pre-commit-config.yaml"],
"pip_requirements": {
Expand Down

0 comments on commit dfd55ad

Please sign in to comment.