We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff962c commit f7ff27dCopy full SHA for f7ff27d
renovate.json
@@ -4,19 +4,19 @@
4
{
5
"groupName": "all @types",
6
"groupSlug": "all-types",
7
- "matchPackagePatterns": ["@types/*"]
+ "matchPackageNames": ["/@types/*/"]
8
},
9
10
"groupName": "all devDependencies",
11
"groupSlug": "all-dev",
12
- "matchPackagePatterns": ["*"],
13
- "matchDepTypes": ["devDependencies"]
+ "matchDepTypes": ["devDependencies"],
+ "matchPackageNames": ["*"]
14
15
16
"groupName": "all dependencies - patch updates",
17
"groupSlug": "all-patch",
18
19
- "matchUpdateTypes": ["patch"]
+ "matchUpdateTypes": ["patch"],
20
}
21
],
22
"ignoreDeps": ["eslint"]
0 commit comments