Skip to content

Commit 50ae709

Browse files
Rich-HarrisRich Harris
andauthored
tell renovate to ignore @types/node (#9962)
Co-authored-by: Rich Harris <[email protected]>
1 parent 377d5a9 commit 50ae709

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

renovate.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,28 @@
1010
"enabled": false
1111
},
1212
"ignoreDeps": [
13+
"@playwright/test",
14+
"@types/node",
1315
"esbuild",
14-
"rollup",
15-
"typescript",
1616
"playwright",
17-
"@playwright/test"
17+
"rollup",
18+
"typescript"
1819
],
1920
"ignorePaths": [
2021
"**/create-svelte/shared/**",
2122
"**/create-svelte/templates/**"
2223
],
2324
"packageRules": [
2425
{
25-
"matchPackageNames": ["@types/node", "vite"],
26-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
26+
"matchPackageNames": [
27+
"vite"
28+
],
29+
"matchUpdateTypes": [
30+
"minor",
31+
"patch",
32+
"pin",
33+
"digest"
34+
]
2735
}
2836
]
29-
}
37+
}

0 commit comments

Comments
 (0)