Skip to content

Commit

Permalink
chore(python): exclude path in renovate.json [autoapprove] (#1549)
Browse files Browse the repository at this point in the history
chore(python): exclude path .kokoro/requirements.txt in renovate.json
  • Loading branch information
parthea authored Aug 24, 2022
1 parent 1f37ce7 commit 69fabae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synthtool/gcp/templates/python_library/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
":preserveSemverRanges",
":disableDependencyDashboard"
],
"ignorePaths": [".pre-commit-config.yaml"],
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt"],
"pip_requirements": {
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
}
Expand Down

0 comments on commit 69fabae

Please sign in to comment.