Skip to content

Commit dfd55ad

Browse files
authored
chore(python): disable dependency dashboard (#1197)
1 parent e770c12 commit dfd55ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

synthtool/gcp/templates/python_library/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"extends": [
3-
"config:base", ":preserveSemverRanges"
3+
"config:base",
4+
":preserveSemverRanges",
5+
":disableDependencyDashboard"
46
],
57
"ignorePaths": [".pre-commit-config.yaml"],
68
"pip_requirements": {

0 commit comments

Comments
 (0)