Skip to content

Commit 87d15c5

Browse files
committed
Manual updates
1 parent 2875d15 commit 87d15c5

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/renovate.json5

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Docs:
2+
// https://docs.renovatebot.com/configuration-options/
13
{
24
$schema: "https://docs.renovatebot.com/renovate-schema.json",
35
extends: [
@@ -9,9 +11,19 @@
911
minimumReleaseAge: "10 days",
1012
packageRules: [
1113
{
12-
description: "Batch all @babel packages into a single PR",
14+
description: "All @babel/* packages",
1315
matchPackagePrefixes: ["@babel/"],
1416
groupName: "babel",
1517
},
18+
{
19+
description: "All @embroider/* packages",
20+
matchPackagePrefixes: ["@embroider/"],
21+
groupName: "embroider",
22+
},
23+
{
24+
description: "eslint and releated packages",
25+
matchPackagePrefixes: ["eslint"],
26+
groupName: "eslint",
27+
},
1628
],
1729
}

0 commit comments

Comments
 (0)