From d4ec091efa21cbb300794570e85a996fd62db96c Mon Sep 17 00:00:00 2001
From: Malte Bauch <malte.bauch@stud.h-da.de>
Date: Wed, 5 Apr 2023 15:06:06 +0000
Subject: [PATCH] Update renovate to work with master branch

See merge request danet/gosdn!443
---
 .gitlab/ci/.renovate.yml | 4 ++--
 renovate.json            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab/ci/.renovate.yml b/.gitlab/ci/.renovate.yml
index 67b822294..941d4a343 100644
--- a/.gitlab/ci/.renovate.yml
+++ b/.gitlab/ci/.renovate.yml
@@ -5,10 +5,10 @@ renovate:
 
     variables:
         LOG_LEVEL: debug
-        RENOVATE_BASE_BRANCHES: "develop"
+        RENOVATE_BASE_BRANCHES: "master"
 
     script:
         - renovate $RENOVATE_EXTRA_FLAGS
 
     rules:
-        - if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_NIGHTLY == "develop"'
+        - if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_NIGHTLY == "mainline"'
diff --git a/renovate.json b/renovate.json
index 1c0c80502..c4d5d3a54 100644
--- a/renovate.json
+++ b/renovate.json
@@ -30,5 +30,5 @@
     "prConcurrentLimit": 10,
     "commitMessagePrefix": "[renovate]",
     "labels": ["renovate"],
-    "baseBranches": ["develop"]
+    "baseBranches": ["master"]
 }
-- 
GitLab