We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71465bb commit 53402beCopy full SHA for 53402be
renovate.json
@@ -7,9 +7,16 @@
7
{
8
"automerge": false,
9
"groupName": "likely non breaking dependencies",
10
- "matchCurrentVersion": ">= 1.0.0",
+ "groupSlug": "all-minor-patch",
11
+ "matchPackagePatterns": [
12
+ "*"
13
+ ],
14
"matchUpdateTypes": [
15
+ "minor",
16
"patch"
17
18
+ "labels": [
19
+ "dependencies"
20
]
21
}
22
0 commit comments