From: Jérôme Benoit Date: Mon, 17 Nov 2025 01:36:48 +0000 (+0100) Subject: chore: refine renovate configuration X-Git-Tag: v5.2.0~85 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e550ed4919037df8823ead31502aa5b590102535;p=poolifier.git chore: refine renovate configuration Signed-off-by: Jérôme Benoit --- diff --git a/renovate.json b/renovate.json index 90a40277a..5fc47ddcf 100644 --- a/renovate.json +++ b/renovate.json @@ -4,6 +4,12 @@ "lockFileMaintenance": { "enabled": true }, + "packageRules": [ + { + "matchFileNames": ["**/package.json"], + "rangeStrategy": "bump" + } + ], "ignorePaths": [ "**/node_modules/**", "**/bower_components/**",