Skip to content

Commit e6ab5ef

Browse files
committed
chore: add vite-plugin-inspect to ignore deps for renovate
1 parent ea723cf commit e6ab5ef

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/renovate.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
],
99
"ignoreDeps": [
1010
"node",
11-
"nanoid"
11+
"nanoid",
12+
"vite-plugin-inspect"
1213
],
1314
"labels": [
1415
"dependencies"
@@ -30,6 +31,8 @@
3031
"pin": {
3132
"enabled": false
3233
},
33-
"rangeStrategy": "bump",
34-
"postUpdateOptions": ["pnpmDedupe"]
34+
"postUpdateOptions": [
35+
"pnpmDedupe"
36+
],
37+
"rangeStrategy": "bump"
3538
}

0 commit comments

Comments
 (0)