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