We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11a849 commit 6a1f104Copy full SHA for 6a1f104
.github/renovate.json
@@ -10,7 +10,10 @@
10
"docker:disable"
11
],
12
"rangeStrategy": "bump",
13
- "ignorePaths": ["**/node_modules/**"],
+ "includePaths": [
14
+ "template-files/package.json/**",
15
+ "template-files/.github/workflows/**"
16
+ ]
17
"commitMessageSuffix": "[skip ci]",
18
"packageRules": [
19
{
0 commit comments