Skip to content

Commit 2282fc6

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

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

.github/renovate.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,14 @@
11
{
2-
"extends": ["config:base", ":preserveSemverRanges"],
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>Boshen/renovate"
5+
],
36
"ignorePaths": [
47
"**/node_modules/**",
58
"**/bower_components/**",
69
"**/vendor/**",
710
"**/__tests__/**",
811
"**/test/**",
912
"**/__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-
}
13+
]
2814
}

0 commit comments

Comments
 (0)