Skip to content

Commit 6a1f104

Browse files
feat: renovate should update template files
1 parent e11a849 commit 6a1f104

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"docker:disable"
1111
],
1212
"rangeStrategy": "bump",
13-
"ignorePaths": ["**/node_modules/**"],
13+
"includePaths": [
14+
"template-files/package.json/**",
15+
"template-files/.github/workflows/**"
16+
]
1417
"commitMessageSuffix": "[skip ci]",
1518
"packageRules": [
1619
{

0 commit comments

Comments
 (0)