From 426cea6639da0f22e8e1f53a5bdab06c18fcd26d Mon Sep 17 00:00:00 2001 From: Imre Kaszab Date: Sun, 6 Oct 2024 21:05:13 +0200 Subject: [PATCH] fix: update renovate.json --- renovate.json | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) diff --git a/renovate.json b/renovate.json index 499cc7d..6010ca2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,32 +1,19 @@ { "extends": [ - "config:base" - ], - "baseBranches": [ - "development" + "config:recommended" ], "packageRules": [ { - "matchPaths": [ - "**/libs.versions.toml" - ], - "groupName": "TOML version catalog updates", - "automerge": false + "matchPaths": ["**/libs.versions.toml"], + "groupName": "TOML version catalog updates" }, { - "matchPaths": [ - ".github/workflows/*.yml" - ], + "matchPaths": [".github/workflows/*.yml"], "groupName": "GitHub Actions updates", - "matchManagers": [ - "github-actions" - ], - "automerge": false + "matchManagers": ["github-actions"] } ], - "schedule": [ - "at any time" - ], + "schedule": ["at any time"], "automerge": false, "labels": [ "dependency-update"