From 9aa7f964495fba74f981cb7b1635a1adf2d212a5 Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Wed, 27 Mar 2024 13:39:10 -0400 Subject: [PATCH] chore: update ignore paths in renovate config --- synthtool/gcp/templates/java_library/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/synthtool/gcp/templates/java_library/renovate.json b/synthtool/gcp/templates/java_library/renovate.json index 76966e452..0b4423db9 100644 --- a/synthtool/gcp/templates/java_library/renovate.json +++ b/synthtool/gcp/templates/java_library/renovate.json @@ -14,7 +14,10 @@ ], "ignorePaths": [ ".kokoro/requirements.txt", - ".github/workflows/**" + ".github/workflows/approve-readme.yaml", + ".github/workflows/ci.yaml", + ".github/workflows/renovate_config_check.yaml", + ".github/workflows/samples.yaml" ], "customManagers": [ {