Skip to content

Commit

Permalink
chore(python): exclude setup.py in renovate config (#1570)
Browse files Browse the repository at this point in the history
We're planing to migrate from a handwritten setup.py to an autogenerated one and will maintain `setup.py` in the generator itself.
  • Loading branch information
parthea committed Sep 2, 2022
1 parent 703554a commit 56da63e
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", ".kokoro/requirements.txt"],
"ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py"],
"pip_requirements": {
"fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"]
}
Expand Down

0 comments on commit 56da63e

Please sign in to comment.