aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-05-23 02:33:01 +0300
committerValentin Popov <valentin@popov.link>2025-05-23 02:33:01 +0300
commitb5bc0bc56a3ba45e06307ed1aaf90acba176d8bf (patch)
treec640fa1839964512869196d94a99f6cf0d82b964
parentda49ba84baad73473b3d1f53c3a9853208fc8af1 (diff)
downloadpopov.link-b5bc0bc56a3ba45e06307ed1aaf90acba176d8bf.tar.xz
popov.link-b5bc0bc56a3ba45e06307ed1aaf90acba176d8bf.zip
Updated Renovate configuration to include range strategy and enabled npm settings with stability days and post-update options.
-rw-r--r--.renovaterc8
1 files changed, 7 insertions, 1 deletions
diff --git a/.renovaterc b/.renovaterc
index 8e29858..95a3274 100644
--- a/.renovaterc
+++ b/.renovaterc
@@ -2,6 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableDependencyDashboard"],
"assignees": ["valentineus"],
+ "rangeStrategy": "bump",
"packageRules": [
{
"groupName": "all digest updates",
@@ -9,5 +10,10 @@
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchPackageNames": ["*"]
}
- ]
+ ],
+ "npm": {
+ "enabled": true,
+ "stabilityDays": 3,
+ "postUpdateOptions": ["npmDedupe"]
+ }
}