Skip to content

Commit 2b8d2d6

Browse files
chore(config): migrate config renovate.json (#408)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f5850bf commit 2b8d2d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"main"
55
],
66
"extends": [
7-
"config:base",
7+
"config:recommended",
88
"schedule:earlyMondays"
99
],
1010
"packageRules": [
1111
{
1212
"groupName": "all non-major dependencies",
1313
"groupSlug": "all-minor-patch",
14-
"matchPackagePatterns": [
15-
"*"
16-
],
1714
"matchUpdateTypes": [
1815
"minor",
1916
"patch"
17+
],
18+
"matchPackageNames": [
19+
"*"
2020
]
2121
}
2222
]

0 commit comments

Comments
 (0)