Skip to content

Commit 6bbe56f

Browse files
authored
ci(renovate): update rangeStrategy (#66)
Co-authored-by: koralle <=>
1 parent 751f607 commit 6bbe56f

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

.github/renovate.json

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -38,33 +38,7 @@
3838
{
3939
"matchPackageNames": ["typescript", "@tsconfig/strictest", "@types/*"],
4040
"addLabels": ["dependencies/typescript"]
41-
},
42-
{
43-
"matchPackageNames": [
44-
"@eslint/compat",
45-
"@eslint/js",
46-
"@tsconfig/strictest",
47-
"@types/eslint__js",
48-
"@types/node",
49-
"@vitest/eslint-plugin",
50-
"axe-core",
51-
"chalk",
52-
"es-toolkit",
53-
"eslint",
54-
"eslint-import-resolver-node",
55-
"eslint-import-resolver-typescript",
56-
"eslint-plugin-import",
57-
"globals",
58-
"jsdom",
59-
"lefthook",
60-
"prettier",
61-
"pretty-format",
62-
"tsup",
63-
"typescript",
64-
"typescript-eslint",
65-
"vitest"
66-
],
67-
"rangeStrategy": "bump"
6841
}
69-
]
42+
],
43+
"rangeStrategy": "bump"
7044
}

0 commit comments

Comments
 (0)