From 47b3c7550aca3232a6bd43d6e04d773cbebebb16 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Tue, 14 Apr 2026 17:20:15 +0200 Subject: [PATCH] fix(default): set default assignee --- default.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.json b/default.json index 0db1fae..96a3ee5 100644 --- a/default.json +++ b/default.json @@ -1,4 +1,8 @@ { + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "assignees": [ + "volker.raschek" + ], "platformAutomerge": true, "prConcurrentLimit": 0, "prHourlyLimit": 0,