From 6d0e634721786effecf3605e706b114584219dee Mon Sep 17 00:00:00 2001
From: Fabian Seidl <fabian.seidl@h-da.de>
Date: Tue, 18 Oct 2022 08:07:38 +0000
Subject: [PATCH] Fs add renovate schedule

See merge request danet/gosdn!386
---
 .gitlab/ci/.renovate.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab/ci/.renovate.yml b/.gitlab/ci/.renovate.yml
index ba873230b..4ff0fe2fc 100644
--- a/.gitlab/ci/.renovate.yml
+++ b/.gitlab/ci/.renovate.yml
@@ -6,7 +6,8 @@ renovate:
     variables:
         LOG_LEVEL: debug
 
-    only:
-        - schedules
     script:
         - renovate $RENOVATE_EXTRA_FLAGS
+
+    rules:
+        - if: '$CI_PIPELINE_SOURCE == "schedule" && $CI_NIGHTLY == "develop"'
-- 
GitLab