Skip to content

Commit 69fabae

Browse files
authored
chore(python): exclude path in renovate.json [autoapprove] (#1549)
chore(python): exclude path .kokoro/requirements.txt in renovate.json
1 parent 1f37ce7 commit 69fabae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synthtool/gcp/templates/python_library/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
":preserveSemverRanges",
66
":disableDependencyDashboard"
77
],
8-
"ignorePaths": [".pre-commit-config.yaml"],
8+
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt"],
99
"pip_requirements": {
1010
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
1111
}

0 commit comments

Comments
 (0)