Skip to content

Commit 4ea4474

Browse files
committed
chore: Update renovate settings
1 parent e5c7915 commit 4ea4474

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

renovate.json

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
{
2-
"extends": ["config:base", "group:monorepos"],
2+
"extends": [
3+
"config:base",
4+
"group:monorepos",
5+
":semanticCommits",
6+
":semanticCommitTypeAll(upgrade)",
7+
":semanticCommitScopeDisabled"
8+
],
39
"timezone": "Asia/Tokyo",
4-
"schedule": ["before 10am on monday"],
5-
"labels": ["dependencies"],
6-
"branchPrefix": "chore-renovate-",
7-
"semanticCommits": "auto",
8-
"semanticCommitType": "build",
9-
"semanticCommitScope": null,
10-
"rangeStrategy": "replace",
11-
"rebaseWhen": "conflicted",
12-
"lockFileMaintenance": {
13-
"enabled": true
10+
"schedule": ["every weekend"],
11+
"branchConcurrentLimit": 5,
12+
"branchPrefix": "upgrade-renovate-",
13+
"dependencyDashboard": false,
14+
"ignorePaths": [".github/"],
15+
"major": {
16+
"stabilityDays": 7
1417
},
15-
"ignorePaths": ["**/example/**", "**/example_resources/**"]
18+
"minor": {
19+
"stabilityDays": 3
20+
},
21+
"patch": {
22+
"stabilityDays": 2
23+
},
24+
"assignees": ["@JUMPTOON/app"],
25+
"assigneesSampleSize": 1,
26+
"ignorePaths": ["examples/**"]
1627
}

0 commit comments

Comments
 (0)