Skip to content

Commit f7ff27d

Browse files
author
renovate[bot]
committed
chore(config): migrate config renovate.json
1 parent 9ff962c commit f7ff27d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

renovate.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
{
55
"groupName": "all @types",
66
"groupSlug": "all-types",
7-
"matchPackagePatterns": ["@types/*"]
7+
"matchPackageNames": ["/@types/*/"]
88
},
99
{
1010
"groupName": "all devDependencies",
1111
"groupSlug": "all-dev",
12-
"matchPackagePatterns": ["*"],
13-
"matchDepTypes": ["devDependencies"]
12+
"matchDepTypes": ["devDependencies"],
13+
"matchPackageNames": ["*"]
1414
},
1515
{
1616
"groupName": "all dependencies - patch updates",
1717
"groupSlug": "all-patch",
18-
"matchPackagePatterns": ["*"],
19-
"matchUpdateTypes": ["patch"]
18+
"matchUpdateTypes": ["patch"],
19+
"matchPackageNames": ["*"]
2020
}
2121
],
2222
"ignoreDeps": ["eslint"]

0 commit comments

Comments
 (0)