Skip to content

Commit a7417e6

Browse files
authored
chore: update renovate.json file (#3058)
1 parent 59d6e48 commit a7417e6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,13 @@
1919
"allowedVersions": "<21.0.0"
2020
}
2121
],
22-
"ignorePaths": ["!test/**"]
22+
"ignorePaths": [
23+
"**/node_modules/**",
24+
"**/bower_components/**",
25+
"**/vendor/**",
26+
"**/examples/**",
27+
"**/__tests__/**",
28+
"**/tests/**",
29+
"**/__fixtures__/**"
30+
]
2331
}

0 commit comments

Comments
 (0)