Skip to content

Commit d4cbfc9

Browse files
committed
chore: update renovate bot
1 parent a799565 commit d4cbfc9

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

.github/renovate.json

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
11
{
2-
"extends": ["config:base", ":preserveSemverRanges"],
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>Boshen/renovate"],
34
"ignorePaths": [
45
"**/node_modules/**",
56
"**/bower_components/**",
67
"**/vendor/**",
78
"**/__tests__/**",
89
"**/test/**",
910
"**/__fixtures__/**"
10-
],
11-
"packageRules": [
12-
{
13-
"automerge": true,
14-
"autoApprove": true,
15-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"]
16-
},
17-
{
18-
"matchPackageNames": ["^@angular"],
19-
"rangeStrategy": "replace",
20-
"groupName": "angular"
21-
}
22-
],
23-
"postUpdateOptions": ["pnpmDedupe"],
24-
"lockFileMaintenance": {
25-
"enabled": true,
26-
"extends": ["schedule:monthly"]
27-
}
11+
]
2812
}

0 commit comments

Comments
 (0)