Skip to content

Commit a5b197b

Browse files
committed
chore(renovate): update renovate config
1 parent dae81f1 commit a5b197b

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

.github/renovate.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,30 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"enabledManagers": ["github-actions", "npm"],
4-
"extends": ["config:base", ":combinePatchMinorReleases"],
53
"assignees": ["team:console"],
64
"assigneesSampleSize": 1,
7-
"reviewers": ["team:console"],
8-
"reviewersSampleSize": 2,
9-
"prHourlyLimit": 5,
10-
"prConcurrentLimit": 10,
115
"automerge": false,
6+
"dependencyDashboard": true,
7+
"enabledManagers": ["github-actions", "npm"],
8+
"extends": ["config:base", ":combinePatchMinorReleases"],
129
"labels": ["dependencies"],
10+
"prConcurrentLimit": 10,
11+
"prHourlyLimit": 5,
1312
"rangeStrategy": "pin",
1413
"rebaseWhen": "auto",
15-
"dependencyDashboard": true,
16-
"semanticCommitType": "chore",
14+
"reviewers": ["team:console"],
15+
"reviewersSampleSize": 2,
1716
"semanticCommitScope": "deps",
17+
"semanticCommitType": "chore",
1818
"packageRules": [
1919
{
2020
"matchDepTypes": ["engines", "peerDependencies"],
2121
"versionStrategy": "widen"
2222
},
2323
{
2424
"matchManagers": ["github-actions"],
25-
"semanticCommitScope": "devDeps"
25+
"semanticCommitScope": "devDeps",
26+
"automerge": true,
27+
"autoApprove": true
2628
},
2729
{
2830
"semanticCommitScope": "devDeps",
@@ -41,12 +43,14 @@
4143
},
4244
{
4345
"labels": ["UPDATE-MINOR"],
44-
"stabilityDays": 10,
45-
"matchUpdateTypes": ["minor"]
46+
"stabilityDays": 7,
47+
"matchUpdateTypes": ["minor"],
48+
"automerge": true,
49+
"autoApprove": true
4650
},
4751
{
4852
"labels": ["UPDATE-PATCH"],
49-
"stabilityDays": 5,
53+
"stabilityDays": 3,
5054
"matchUpdateTypes": ["patch"],
5155
"automerge": true,
5256
"autoApprove": true

0 commit comments

Comments
 (0)