|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | | - "enabledManagers": ["github-actions", "npm"], |
4 | | - "extends": ["config:base", ":combinePatchMinorReleases"], |
5 | 3 | "assignees": ["team:console"], |
6 | 4 | "assigneesSampleSize": 1, |
7 | | - "reviewers": ["team:console"], |
8 | | - "reviewersSampleSize": 2, |
9 | | - "prHourlyLimit": 5, |
10 | | - "prConcurrentLimit": 10, |
11 | 5 | "automerge": false, |
| 6 | + "dependencyDashboard": true, |
| 7 | + "enabledManagers": ["github-actions", "npm"], |
| 8 | + "extends": ["config:base", ":combinePatchMinorReleases"], |
12 | 9 | "labels": ["dependencies"], |
| 10 | + "prConcurrentLimit": 10, |
| 11 | + "prHourlyLimit": 5, |
13 | 12 | "rangeStrategy": "pin", |
14 | 13 | "rebaseWhen": "auto", |
15 | | - "dependencyDashboard": true, |
16 | | - "semanticCommitType": "chore", |
| 14 | + "reviewers": ["team:console"], |
| 15 | + "reviewersSampleSize": 2, |
17 | 16 | "semanticCommitScope": "deps", |
| 17 | + "semanticCommitType": "chore", |
18 | 18 | "packageRules": [ |
19 | 19 | { |
20 | 20 | "matchDepTypes": ["engines", "peerDependencies"], |
21 | 21 | "versionStrategy": "widen" |
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "matchManagers": ["github-actions"], |
25 | | - "semanticCommitScope": "devDeps" |
| 25 | + "semanticCommitScope": "devDeps", |
| 26 | + "automerge": true, |
| 27 | + "autoApprove": true |
26 | 28 | }, |
27 | 29 | { |
28 | 30 | "semanticCommitScope": "devDeps", |
|
41 | 43 | }, |
42 | 44 | { |
43 | 45 | "labels": ["UPDATE-MINOR"], |
44 | | - "stabilityDays": 10, |
45 | | - "matchUpdateTypes": ["minor"] |
| 46 | + "stabilityDays": 7, |
| 47 | + "matchUpdateTypes": ["minor"], |
| 48 | + "automerge": true, |
| 49 | + "autoApprove": true |
46 | 50 | }, |
47 | 51 | { |
48 | 52 | "labels": ["UPDATE-PATCH"], |
49 | | - "stabilityDays": 5, |
| 53 | + "stabilityDays": 3, |
50 | 54 | "matchUpdateTypes": ["patch"], |
51 | 55 | "automerge": true, |
52 | 56 | "autoApprove": true |
|
0 commit comments