Skip to content

Commit 4c19adf

Browse files
authored
Merge pull request #11 from dafyddj/feat/group-manager
feat: add "group by manager" preset
2 parents 20a5dfc + 10e623e commit 4c19adf

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

groupManager.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"description": "Group non-major updates by manager",
4+
"packageRules": [
5+
{
6+
groupName: "`{{arg0}}` non-major {{arg1}}",
7+
matchManagers: [
8+
"{{arg0}}"
9+
],
10+
matchUpdateTypes: [
11+
"digest",
12+
"minor",
13+
"patch"
14+
]
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)