From 9a04efd986d79bf4b17e616b49fa4359023ef0e8 Mon Sep 17 00:00:00 2001
From: Alexander Timmermann <alexander.timmermann@holi.social>
Date: Mon, 4 Nov 2024 14:50:28 +0100
Subject: [PATCH] ci: add reviewers to renovate config

---
 renovate.json | 55 ++++++++++++++++++++++++++++-----------------------
 1 file changed, 30 insertions(+), 25 deletions(-)

diff --git a/renovate.json b/renovate.json
index 4d5bc93..20f1885 100644
--- a/renovate.json
+++ b/renovate.json
@@ -1,26 +1,31 @@
 {
-    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
-    "extends": [
-      "config:recommended",
-      ":configMigration",
-      ":label('renovatebot')",
-      ":enableVulnerabilityAlertsWithLabel('renovatebot/security')",
-      ":semanticCommits",
-      ":automergePatch",
-      ":automergeTesters",
-      ":automergeLinters"
-    ],
-    "packageRules": [
-      {
-        "matchSourceUrls": [
-          "https://github.com/hashicorp/terraform"
-        ],
-        "groupName": "terraform"
-      },
-      {
-        "matchManagers": ["dockerfile", "docker-compose"],
-        "groupName": "docker-tags"
-      }
-    ]
-  }
-  
\ No newline at end of file
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": [
+    "config:recommended",
+    ":configMigration",
+    ":label('renovatebot')",
+    ":enableVulnerabilityAlertsWithLabel('renovatebot/security')",
+    ":semanticCommits",
+    ":automergePatch",
+    ":automergeTesters",
+    ":automergeLinters"
+  ],
+  "packageRules": [
+    {
+      "matchSourceUrls": [
+        "https://github.com/hashicorp/terraform"
+      ],
+      "groupName": "terraform"
+    },
+    {
+      "matchManagers": [
+        "dockerfile",
+        "docker-compose"
+      ],
+      "groupName": "docker-tags"
+    }
+  ],
+  "reviewers": [
+    "alexander.timmermann"
+  ]
+}
-- 
GitLab