Skip to content

Commit 50d705a

Browse files
authored
ci: refactor renovate config to use dev-infra preset (#31085)
This change uses the dev-infra preset.
1 parent d93e5d3 commit 50d705a

File tree

1 file changed

+2
-75
lines changed

1 file changed

+2
-75
lines changed

renovate.json

Lines changed: 2 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,5 @@
11
{
22
"$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": "replace",
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-
"groupName": "bazel",
39-
"matchDepNames": ["/^@bazel/.*/", "/^build_bazel.*/"]
40-
},
41-
{
42-
"matchBaseBranches": ["main"],
43-
"followTag": "next",
44-
"groupName": "cross-repo Angular dependencies (next)",
45-
"schedule": ["at any time"],
46-
"matchPackageNames": [
47-
"@angular/{/,}**",
48-
"angular/{/,}**",
49-
"@angular-devkit{/,}**",
50-
"@schematics/{/,}**"
51-
]
52-
},
53-
{
54-
"matchFileNames": [".github/workflows/scorecard.yml"],
55-
"groupName": "scorecard action dependencies",
56-
"groupSlug": "scorecard-action",
57-
"matchPackageNames": ["*"]
58-
},
59-
{
60-
"matchCurrentVersion": "0.0.0-PLACEHOLDER",
61-
"enabled": false
62-
},
63-
{
64-
"separateMinorPatch": true,
65-
"matchPackageNames": ["typescript", "rxjs", "tslib"]
66-
},
67-
{
68-
"enabled": false,
69-
"matchPackageNames": ["typescript", "rxjs", "tslib"],
70-
"matchUpdateTypes": ["major"]
71-
},
72-
{
73-
"enabled": false,
74-
"matchPackageNames": ["typescript"],
75-
"matchUpdateTypes": ["minor"]
76-
}
77-
]
3+
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
4+
"packageRules": []
785
}

0 commit comments

Comments
 (0)