Skip to content

Commit 1543029

Browse files
authored
chore: for Java repos RenovateBot to ignore GitHub Actions workflow file (#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/
1 parent 59fe44f commit 1543029

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

synthtool/gcp/templates/java_library/renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
":maintainLockFilesDisabled",
1313
":autodetectPinVersions"
1414
],
15-
"ignorePaths": [".kokoro/requirements.txt"],
15+
"ignorePaths": [
16+
".kokoro/requirements.txt",
17+
".github/workflows/**"
18+
],
1619
"packageRules": [
1720
{
1821
"packagePatterns": [

0 commit comments

Comments
 (0)