Skip to content

Commit 953f4d6

Browse files
committed
Ignore package.json in tests folder
1 parent 9907f4c commit 953f4d6

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)