diff --git a/owlbot.py b/owlbot.py index a0b6cc812..f08048fef 100644 --- a/owlbot.py +++ b/owlbot.py @@ -147,7 +147,7 @@ def update_fixup_scripts(library): ) s.move(templated_files, - excludes=[".github/release-please.yml"]) + excludes=[".github/release-please.yml", "renovate.json"]) python.py_samples(skip_readmes=True) diff --git a/renovate.json b/renovate.json index c7875c469..e2175ba2e 100644 --- a/renovate.json +++ b/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"] }