Skip to content
This repository was archived by the owner on Aug 19, 2023. It is now read-only.

Commit e446780

Browse files
authored
GH-75 Edit renovate.json for merge all incoming PR's to one! (Resolve #75)
1 parent b7fbeb3 commit e446780

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

renovate.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,20 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:base"
5-
]
5+
],
6+
"groupName": "all dependencies",
7+
"groupSlug": "all",
8+
"lockFileMaintenance": {
9+
"enabled": false
10+
},
11+
"packageRules": [
12+
{
13+
"groupName": "all dependencies",
14+
"groupSlug": "all",
15+
"matchPackagePatterns": [
16+
"*"
17+
]
18+
}
19+
],
20+
"separateMajorMinor": false
621
}

0 commit comments

Comments
 (0)