diff --git a/synthtool/gcp/templates/python_library/renovate.json b/synthtool/gcp/templates/python_library/renovate.json index 39b2a0ec9..c7875c469 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", ".kokoro/requirements.txt", "setup.py"], + "ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/unittest.yml"], "pip_requirements": { "fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"] }