From f6ff42360eb412f56632aed5b5b00c5c75331d4c Mon Sep 17 00:00:00 2001 From: Alexander Gorelyshev Date: Sun, 28 Dec 2025 14:40:19 +0400 Subject: [PATCH] Update the Renovate config to assign a label and a maintainer --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 5db72dd..893376b 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "labels": [ + "⬆️ dependencies" + ], + "assignees": [ + "corvus-migratorius" ] }