From: Jérôme Benoit Date: Mon, 17 Nov 2025 01:57:30 +0000 (+0100) Subject: chore: refine renovate configuration X-Git-Tag: v5.2.0~84 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b27c0cc4f70dac4091d3deb1db6fc06fa3636c31;p=poolifier.git chore: refine renovate configuration Signed-off-by: Jérôme Benoit --- diff --git a/renovate.json b/renovate.json index 5fc47ddcf..13fc37201 100644 --- a/renovate.json +++ b/renovate.json @@ -7,6 +7,7 @@ "packageRules": [ { "matchFileNames": ["**/package.json"], + "matchDepTypes": ["dependencies", "devDependencies"], "rangeStrategy": "bump" } ],