From 69fabaee9eca28af7ecaa02c86895e606fbbebd6 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Wed, 24 Aug 2022 12:59:22 -0400 Subject: [PATCH] chore(python): exclude path in renovate.json [autoapprove] (#1549) chore(python): exclude path .kokoro/requirements.txt in renovate.json --- 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 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"] }