From fdb779a4dc7429095310d21ad91b87ae1f72aa02 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Tue, 11 Aug 2026 07:22:24 +0200 Subject: [PATCH] chore: migrate Renovate config to .github/renovate.json --- renovate.json => .github/renovate.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) rename renovate.json => .github/renovate.json (84%) diff --git a/renovate.json b/.github/renovate.json similarity index 84% rename from renovate.json rename to .github/renovate.json index 86094ef..3df7b18 100644 --- a/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "assignees": [], "extends": [ "config:recommended" ], @@ -31,7 +30,7 @@ ] }, { - "description": "Group all GitHub Actions minor and patch updates together", + "description": "Group and automerge non-major GitHub Actions updates", "groupName": "GitHub Actions non-major dependencies", "matchManagers": [ "github-actions" @@ -39,12 +38,10 @@ "matchUpdateTypes": [ "minor", "patch" - ] + ], + "automerge": true } ], - "prCreation": "not-pending", - "recreateWhen": "auto", - "reviewers": [], "suppressNotifications": [ "prIgnoreNotification", "prEditedNotification",