|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | 3 | "automerge": false, |
4 | | - "baseBranches": ["main"], |
| 4 | + "baseBranches": ["main", "20.0.x"], |
5 | 5 | "enabledManagers": ["npm", "bazel", "github-actions"], |
6 | 6 | "stopUpdatingLabel": "action: merge", |
7 | | - "labels": ["target: patch"], |
| 7 | + "labels": ["action: review"], |
8 | 8 | "dependencyDashboard": true, |
9 | 9 | "rangeStrategy": "pin", |
10 | 10 | "pinDigests": true, |
11 | | - "prHourlyLimit": 2, |
| 11 | + "prHourlyLimit": 3, |
| 12 | + "commitBody": "See associated pull request for more information.", |
| 13 | + "timezone": "America/Tijuana", |
12 | 14 | "rebaseWhen": "behind-base-branch", |
13 | 15 | "semanticCommits": "enabled", |
14 | 16 | "semanticCommitScope": "", |
15 | 17 | "semanticCommitType": "build", |
16 | 18 | "separateMajorMinor": false, |
17 | | - "ignorePaths": ["integration/**"], |
| 19 | + "lockFileMaintenance": { |
| 20 | + "enabled": true |
| 21 | + }, |
18 | 22 | "packageRules": [ |
| 23 | + { |
| 24 | + "matchDepNames": ["node"], |
| 25 | + "matchUpdateTypes": ["minor", "patch"], |
| 26 | + "groupName": "node" |
| 27 | + }, |
19 | 28 | { |
20 | 29 | "enabled": false, |
21 | | - "matchPackageNames": ["*"] |
| 30 | + "matchDepNames": ["node"], |
| 31 | + "matchUpdateTypes": ["major"] |
22 | 32 | }, |
23 | 33 | { |
24 | | - "matchPackageNames": ["@angular/ng-dev", "@angular/build-tooling", "angular/dev-infra"], |
25 | | - "groupName": "angular shared dev-infra code", |
26 | | - "enabled": true |
| 34 | + "matchPackageNames": ["*"], |
| 35 | + "matchUpdateTypes": ["minor", "patch"], |
| 36 | + "groupName": "all non-major dependencies", |
| 37 | + "schedule": ["after 10:00pm on monday", "before 04:00am on tuesday"] |
27 | 38 | }, |
28 | 39 | { |
29 | | - "groupName": "bazel setup", |
30 | | - "enabled": true, |
31 | | - "matchPackageNames": ["/^@bazel/.*/", "/^build_bazel.*/"] |
| 40 | + "matchBaseBranches": ["main"], |
| 41 | + "followTag": "next", |
| 42 | + "groupName": "cross-repo Angular dependencies (next)", |
| 43 | + "schedule": ["at any time"], |
| 44 | + "matchPackageNames": [ |
| 45 | + "@angular/{/,}**", |
| 46 | + "angular/{/,}**", |
| 47 | + "@angular-devkit{/,}**", |
| 48 | + "@schematics/{/,}**" |
| 49 | + ] |
| 50 | + }, |
| 51 | + { |
| 52 | + "groupName": "cross-repo Angular dependencies", |
| 53 | + "schedule": ["at any time"], |
| 54 | + "matchPackageNames": [ |
| 55 | + "@angular/{/,}**", |
| 56 | + "angular/{/,}**", |
| 57 | + "@angular-devkit{/,}**", |
| 58 | + "@schematics/{/,}**" |
| 59 | + ] |
32 | 60 | }, |
33 | 61 | { |
34 | 62 | "matchFileNames": [".github/workflows/scorecard.yml"], |
35 | 63 | "groupName": "scorecard action dependencies", |
36 | 64 | "groupSlug": "scorecard-action", |
37 | 65 | "matchPackageNames": ["*"] |
| 66 | + }, |
| 67 | + { |
| 68 | + "matchCurrentVersion": "0.0.0-PLACEHOLDER", |
| 69 | + "enabled": false |
38 | 70 | } |
39 | 71 | ] |
40 | 72 | } |
0 commit comments