From afdecb193053cdbbe607a417353e011bfdf41348 Mon Sep 17 00:00:00 2001 From: Imre Kaszab Date: Wed, 9 Oct 2024 19:29:24 +0200 Subject: [PATCH] chore: update renovate.json --- renovate.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index be605f8..d8a65d7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,21 +1,23 @@ { - "extends": [ - "config:recommended" - ], + "extends": ["config:recommended"], "packageRules": [ { "matchFileNames": ["**/libs.versions.toml"], - "groupName": "TOML version catalog updates" + "groupName": "TOML version catalog updates", + "separateMinorPatch": true, + "separateMajorMinor": true }, { "matchFileNames": [".github/workflows/*.yml"], "groupName": "GitHub Actions updates", - "matchManagers": ["github-actions"] + "matchManagers": ["github-actions"], + "separateMinorPatch": true, + "separateMajorMinor": true } ], "schedule": ["at any time"], "automerge": false, - "labels": [ - "dependency-update" - ] + "labels": ["dependency-update"], + "separateMinorPatch": true, + "rangeStrategy": "bump" } \ No newline at end of file