From 1457b7d8eac3c36a6257fabfb0a9ee4a753eafde Mon Sep 17 00:00:00 2001 From: Joe Wang <106995533+JoeWang1127@users.noreply.github.com> Date: Thu, 28 Mar 2024 20:09:58 +0000 Subject: [PATCH] chore: update renovate to explicitly ignore workflow files (#2611) Port template change in https://github.com/googleapis/synthtool/pull/1945 --- .../owlbot/templates/java_library/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library_generation/owlbot/templates/java_library/renovate.json b/library_generation/owlbot/templates/java_library/renovate.json index 0dd74f9f2c..976d43a1f8 100644 --- a/library_generation/owlbot/templates/java_library/renovate.json +++ b/library_generation/owlbot/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": [ {