Skip to content

Commit 9550b94

Browse files
authored
Dependencies: tune Renovate grouping and release-age policy (#324)
1 parent 50f479c commit 9550b94

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

renovate.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
3+
"extends": ["config:recommended"],
4+
"semanticCommits": "disabled",
5+
"commitMessagePrefix": "Dependencies:",
6+
"prConcurrentLimit": 3,
7+
"rangeStrategy": "bump",
8+
"minimumReleaseAge": "7 days",
9+
"packageRules": [
10+
{
11+
"description": "Group all non-major updates together",
12+
"matchUpdateTypes": ["minor", "patch"],
13+
"groupName": "all non-major dependencies"
14+
},
15+
{
16+
"description": "No minimum age for security updates",
17+
"matchCategories": ["security"],
18+
"minimumReleaseAge": "0 days"
19+
}
520
]
621
}

0 commit comments

Comments
 (0)