Skip to content

Commit 24c8fce

Browse files
committed
chore: ignore fixture for renovate
1 parent f879231 commit 24c8fce

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

renovate.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
2-
"extends": [
3-
"github>unjs/renovate-config"
2+
"extends": ["github>unjs/renovate-config"],
3+
"ignorePaths": [
4+
"**/node_modules/**",
5+
"**/bower_components/**",
6+
"**/fixture/**"
47
]
58
}

0 commit comments

Comments
 (0)