Skip to content

Commit 152d1b3

Browse files
fix: configure renovate
1 parent 12429e9 commit 152d1b3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

renovate.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
2-
"extends": [
3-
"config:base"
2+
"labels": ["renovate"],
3+
"extends": ["config:base"],
4+
"branchConcurrentLimit": 20,
5+
"dependencyDashboard": true,
6+
"major": {
7+
"dependencyDashboardApproval": true
8+
},
9+
"packageRules": [
10+
{
11+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
12+
"matchCurrentVersion": "!/^0/",
13+
"automerge": true
14+
}
415
]
516
}

0 commit comments

Comments
 (0)