From 06f1c69de4e32e86ff2c8ab2c55597aab372a0f0 Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Fri, 23 May 2025 09:57:13 -0700 Subject: [PATCH] chore(python): ignore workflows in renovate.json Fixes: https://github.com/googleapis/synthtool/issues/2090 --- synthtool/gcp/templates/python_library/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/python_library/renovate.json b/synthtool/gcp/templates/python_library/renovate.json index c7875c469..e2175ba2e 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", ".github/workflows/unittest.yml"], + "ignorePaths": [".pre-commit-config.yaml", ".kokoro/requirements.txt", "setup.py", ".github/workflows/*"], "pip_requirements": { "fileMatch": ["requirements-test.txt", "samples/[\\S/]*constraints.txt", "samples/[\\S/]*constraints-test.txt"] }