Skip to content

Commit 918f5bb

Browse files
committed
Update renovate.json
1 parent cedf99d commit 918f5bb

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

renovate.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
{
2-
"extends": [
3-
"config:base"
4-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
":automergeMinor",
6+
":automergeBranch",
7+
":prHourlyLimit4",
8+
":prConcurrentLimit20"
9+
],
10+
"major": {
11+
"dependencyDashboardApproval": true
12+
},
13+
"packageRules": [
14+
{
15+
"matchPackagePatterns": ["*"],
16+
"semanticCommitType": "deps",
17+
"semanticCommitScope": "dev"
18+
},
19+
{
20+
"matchDepTypes": ["dependencies", "require"],
21+
"semanticCommitType": "deps",
22+
"semanticCommitScope": "prod"
23+
}
24+
]
525
}

0 commit comments

Comments
 (0)