Skip to content

Commit 158d49d

Browse files
authored
fix: disable renovate for Node github action YAML configs (#2127)
fix: disable renovate for github action YAML configs
1 parent c9bbe7c commit 158d49d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎synthtool/gcp/templates/node_library/renovate.json‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
{
1616
"extends": "packages:linters",
1717
"groupName": "linters"
18+
},
19+
{
20+
"matchManagers": ["github-actions"],
21+
"enabled": false
1822
}
1923
],
2024
"ignoreDeps": ["typescript"]

0 commit comments

Comments
 (0)