Skip to content

Commit c0e7688

Browse files
committed
* sync the value of vulnerabilityAlerts.rangeStrategy with the one in root level: renovatebot/renovate#43474 (comment) @ .github/renovate.json5
1 parent c20e05c commit c0e7688

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/renovate.json5

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{ // https://docs.renovatebot.com/configuration-options/
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
3+
"extends": ["config:recommended"],
64
"rangeStrategy": "bump",
5+
"vulnerabilityAlerts": { "rangeStrategy": "bump" },
76
"separateMajorMinor": false,
87
"lockFileMaintenance": { "enabled": true },
98
"labels": ["dependencies"],

0 commit comments

Comments
 (0)