Skip to content

Commit 3a82c24

Browse files
authored
feat(renovate) Improve renovate configuration (#336)
1 parent 883121b commit 3a82c24

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

renovate.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:base"
55
],
6-
"prHourlyLimit": 3
6+
"prHourlyLimit": 3,
7+
"packageRules": [
8+
{
9+
"matchUpdateTypes": ["major"],
10+
"dependencyDashboardApproval": true
11+
}
12+
]
713
}

0 commit comments

Comments
 (0)