Skip to content

Commit b982ea4

Browse files
authored
Update renovate.json configuration settings
1 parent 9ca088b commit b982ea4

1 file changed

Lines changed: 22 additions & 23 deletions

File tree

renovate.json

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended",
5-
":dependencyDashboard"
6-
],
7-
"lockFileMaintenance": {
8-
"enabled": true,
9-
"rebaseWhen": "behind-base-branch"
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended", ":dependencyDashboard"],
4+
5+
"lockFileMaintenance": {
6+
"enabled": true,
7+
"rebaseWhen": "behind-base-branch"
8+
},
9+
10+
"vulnerabilityAlerts": {
11+
"enabled": true
12+
},
13+
14+
"packageRules": [
15+
{
16+
"description": "Never open major update PRs",
17+
"matchUpdateTypes": ["major"],
18+
"enabled": false
1019
},
11-
"packageRules": [
12-
{
13-
"enabled": false,
14-
"groupName": "everything",
15-
"matchManagers": [
16-
"npm"
17-
],
18-
"matchPackagePatterns": [
19-
"*"
20-
],
21-
"separateMajorMinor": false
22-
}
23-
],
24-
"vulnerabilityAlerts": {
25-
"enabled": true
20+
{
21+
"description": "Allow only minor/patch updates",
22+
"matchUpdateTypes": ["minor", "patch"],
23+
"enabled": true
2624
}
25+
]
2726
}

0 commit comments

Comments
 (0)