From 1949abc0ba9ada0a588953114d9f62b90ce6de87 Mon Sep 17 00:00:00 2001
From: Ole Langbehn <ole.langbehn@inoio.de>
Date: Fri, 25 Oct 2024 15:04:31 +0200
Subject: [PATCH] chore(deps): set label renovatebot on renovate MRs via config

---
 renovate.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/renovate.json b/renovate.json
index beb0504..a78a6d0 100644
--- a/renovate.json
+++ b/renovate.json
@@ -3,6 +3,7 @@
   "extends": [
     "config:recommended",
     ":configMigration",
+    ":label('renovatebot')",
     ":enableVulnerabilityAlertsWithLabel('renovatebot/security')",
     ":semanticCommits",
     ":automergePatch",
-- 
GitLab