Skip to content

Commit 39f2f18

Browse files
authored
Merge pull request #4139 from QuantiModo/feature/renovate-ignore
Ignore package.json in tests folder
2 parents 9907f4c + 953f4d6 commit 39f2f18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"enabled": false
77
},
88
"ignorePaths": [
9-
"src/package.json"
9+
"src/package.json",
10+
"tests/package.json"
1011
],
1112
"packageRules": [
1213
{

0 commit comments

Comments
 (0)