Skip to content

Commit

Permalink
chore: for Java repos RenovateBot to ignore GitHub Actions workflow f…
Browse files Browse the repository at this point in the history
…ile (#1855)

chore: for Java repos RenovateBot to ignore GitHub Actions workflow file

The actions used in the GitHub Actions workflow files do not appear in libraries' dependencies and mostly maintained by Java postprocessor templates.

IgnorePath option document: https://docs.renovatebot.com/configuration-options/
  • Loading branch information
suztomo authored Sep 5, 2023
1 parent 59fe44f commit 1543029
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion synthtool/gcp/templates/java_library/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
":maintainLockFilesDisabled",
":autodetectPinVersions"
],
"ignorePaths": [".kokoro/requirements.txt"],
"ignorePaths": [
".kokoro/requirements.txt",
".github/workflows/**"
],
"packageRules": [
{
"packagePatterns": [
Expand Down

0 comments on commit 1543029

Please sign in to comment.