diff --git a/synthtool/gcp/templates/python_library/renovate.json b/synthtool/gcp/templates/python_library/renovate.json index c21036d38..566a70f3c 100644 --- a/synthtool/gcp/templates/python_library/renovate.json +++ b/synthtool/gcp/templates/python_library/renovate.json @@ -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"] }