Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

Commit c0352e7

Browse files
committed
build: optimize renovate config
1 parent 7416ac7 commit c0352e7

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

renovate.json

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", ":automergeMinor", ":docker", ":gomod", ":npm"],
3+
"extends": [
4+
"config:recommended",
5+
":automergeMinor",
6+
":docker",
7+
":gomod",
8+
":npm"
9+
],
410
"automergeStrategy": "squash",
511
"ignoreDeps": ["typescript", "zone.js"],
6-
"packageRules": [
7-
{
8-
"matchManagers": ["npm"],
9-
"groupName": "angular",
10-
"matchPackagePrefixes": [
11-
"@angular/",
12-
"@angular-devkit/",
13-
"@sbb-esta/",
14-
"@schematics/angular",
15-
"typescript",
16-
"zone.js"
17-
]
18-
}
19-
],
12+
"ignorePaths": ["**/node_modules/**", "**/examples/**"],
2013
"postUpdateOptions": ["gomodTidy"]
2114
}

0 commit comments

Comments
 (0)