Skip to content

Commit 2262d1e

Browse files
chore(config): migrate renovate config (#16884)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: fisker Cheung <[email protected]>
1 parent 12e3cac commit 2262d1e

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.github/renovate.json5

+10-12
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,30 @@
99
prConcurrentLimit: 0,
1010
packageRules: [
1111
{
12-
matchDepNames: ["react", "react-dom"],
1312
groupName: "react",
13+
matchPackageNames: ["react", "react-dom"],
1414
},
1515
{
16-
matchPackagePrefixes: ["@babel/"],
1716
groupName: "babel",
17+
matchPackageNames: ["@babel/*"],
1818
},
1919
{
20-
matchPackagePrefixes: ["@typescript-eslint/"],
2120
groupName: "typescript-eslint",
21+
matchPackageNames: ["@typescript-eslint/*"],
2222
},
2323
{
24-
matchPackagePrefixes: ["@glimmer/"],
2524
groupName: "glimmer",
25+
matchPackageNames: ["@glimmer/*"],
2626
},
2727
{
28-
matchDepNames: ["flow-parser", "hermes-parser"],
2928
groupName: "flow-parser",
29+
matchPackageNames: ["flow-parser", "hermes-parser"],
3030
},
3131
{
32-
matchDepNames: [
32+
groupName: "ESLint related dependencies",
33+
matchPackageNames: [
3334
"eslint",
34-
"@eslint/compat",
35-
"@eslint/eslintrc",
36-
"@eslint/js",
35+
"@eslint/*",
3736
"@stylistic/eslint-plugin-js",
3837
"eslint-config-prettier",
3938
"eslint-plugin-compat",
@@ -45,11 +44,10 @@
4544
"eslint-plugin-unicorn",
4645
"globals",
4746
],
48-
groupName: "ESLint related dependencies",
4947
},
5048
{
51-
matchDepNames: ["@angular/compiler", "angular-estree-parser"],
5249
groupName: "Angular Estree",
50+
matchPackageNames: ["@angular/compiler", "angular-estree-parser"],
5351
},
5452
{
5553
branchPrefix: "renovate/website/",
@@ -66,8 +64,8 @@
6664
labels: ["dependency:tools"],
6765
},
6866
{
69-
matchManagers: ["github-actions"],
7067
groupName: "GitHub Actions",
68+
matchManagers: ["github-actions"],
7169
},
7270
],
7371
ignoreDeps: [

0 commit comments

Comments
 (0)