Skip to content

Commit 7b4b78a

Browse files
chore(config): migrate Renovate config (#99)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2fc2776 commit 7b4b78a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
"schedule:earlyMondays",
66
"group:allNonMajor",
77
":prHourlyLimitNone",
@@ -22,11 +22,11 @@
2222
},
2323
{
2424
"groupName": "eslint",
25-
"matchPackagePrefixes": ["@typescript-eslint/", "eslint"]
25+
"matchPackageNames": ["@typescript-eslint/{/,}**", "eslint{/,}**"]
2626
},
2727
{
2828
"groupName": "prettier",
29-
"matchPackagePrefixes": ["prettier"]
29+
"matchPackageNames": ["prettier{/,}**"]
3030
},
3131
{
3232
"groupName": "typescript",

0 commit comments

Comments
 (0)