Skip to content

Commit 278707f

Browse files
committed
chore: refactor renovate job
1 parent 6abbea7 commit 278707f

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

renovate.json

+19-18
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"automerge": false,
3+
"extends": [
4+
"config:base",
5+
":semanticCommitTypeAll(chore)",
6+
"schedule:earlyMondays"
7+
],
8+
"labels": [
9+
"dependencies"
10+
],
411
"dependencyDashboard": false,
5-
"extends": ["config:base", "schedule:earlyMondays"],
6-
"labels": ["dependencies"],
712
"rebaseWhen": "conflicted",
813
"timezone": "UTC",
914
"lockFileMaintenance": {
10-
"enabled": true,
11-
"schedule": "before 6:00am on the first day of the month"
15+
"enabled": true
1216
},
13-
"prConcurrentLimit": 30,
17+
"prConcurrentLimit": 5,
1418
"prHourlyLimit": 0,
1519
"packageRules": [
1620
{
17-
"description": "Automatically merge minor and patch-level updates",
18-
"matchUpdateTypes": ["minor", "patch", "digest"],
21+
"matchUpdateTypes": [
22+
"minor",
23+
"patch",
24+
"pin",
25+
"digest"
26+
],
1927
"automerge": true,
20-
"automergeType": "branch"
21-
},
22-
{
23-
"groupName": "react",
24-
"matchPackageNames": ["react", "react-dom"]
25-
},
26-
{
27-
"groupName": "eslint",
28-
"matchPackagePatterns": ["eslint*"]
28+
"groupName": "all non-major dependencies",
29+
"groupSlug": "all-minor-patch"
2930
}
3031
]
31-
}
32+
}

0 commit comments

Comments
 (0)