Skip to content
This repository was archived by the owner on Aug 31, 2024. It is now read-only.

Commit 285eaa4

Browse files
authored
Update renovate.json
1 parent 4449e8d commit 285eaa4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,25 @@
88
"depTypeList": [ "devDependencies", "require-dev" ],
99
"updateTypes": [ "patch", "minor", "digest"],
1010
"groupName": "devDependencies (non-major)"
11+
},
12+
{
13+
"groupName": "all non-minor dependencies",
14+
"groupSlug": "all-patch",
15+
"matchPackagePatterns": [
16+
"*"
17+
],
18+
"matchUpdateTypes": [
19+
"patch"
20+
]
1121
}
1222
],
23+
"lockFileMaintenance": { "enabled": true },
1324
"extends": [
1425
"config:base",
1526
":preserveSemverRanges",
1627
":dependencyDashboard",
1728
":rebaseStalePrs",
29+
":automergePatch",
1830
":enableVulnerabilityAlertsWithLabel('security')",
1931
"group:recommended"
2032
]

0 commit comments

Comments
 (0)