We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53847c commit 4e8c4b6Copy full SHA for 4e8c4b6
1 file changed
.renovaterc.json5
@@ -2,10 +2,23 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"commitMessageExtra": "",
4
"commitMessageLowerCase": "never",
5
- "extends": ["security:only-security-updates"],
+ "extends": [
6
+ "security:only-security-updates"
7
+ ],
8
+ "packageRules": [
9
+ {
10
+ // Major updates must be approved on the dependency dashboard
11
+ "matchUpdateTypes": [
12
+ "major"
13
14
+ "dependencyDashboardApproval": true
15
+ }
16
17
"vulnerabilityAlerts": {
- "addLabels": ["security"],
18
+ "addLabels": [
19
+ "security"
20
21
"commitMessagePrefix": "fix(deps): ",
22
"rangeStrategy": "auto"
23
}
-}
24
+}
0 commit comments