Skip to content

Commit 381aed0

Browse files
authored
ci: Make renovate ignore template folder
1 parent c9ed72d commit 381aed0

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
@@ -10,7 +10,8 @@
1010
"**/__tests__/**",
1111
"**/test/**",
1212
"**/tests/**",
13-
"**/__fixtures__/**"
13+
"**/__fixtures__/**",
14+
"shared/**"
1415
],
1516
"lockFileMaintenance": {
1617
"enabled": true

0 commit comments

Comments
 (0)