googleapis / synthtool

Apache License 2.0
87 stars 82 forks source link

chore: update ignore paths in renovate config #1945

Closed JoeWang1127 closed 4 months ago

JoeWang1127 commented 4 months ago

In this PR:

Context: we want to use renovateBot to update the version of unmanaged dependency check in .github/workflows/unmanaged_dependency_check.yaml. However, the directory is ignored in renovate config (#1855). Explicitly list files in this directory can make renovate include .github/workflows/unmanaged_dependency_check.yaml.

blakeli0 commented 4 months ago

I think we have to port this change to the templates in sdk-platform-java as well?