From 0b0b6777982eb07a9f712fcbcd8bb69c4ed1b44c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Sterba?= <andre.sterba@stud.h-da.de>
Date: Thu, 28 Jul 2022 17:23:03 +0200
Subject: [PATCH] Enable renovate on schedule

---
 .gitlab/ci/.renovate.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.gitlab/ci/.renovate.yml b/.gitlab/ci/.renovate.yml
index 2222d0c68..cfc94c94e 100644
--- a/.gitlab/ci/.renovate.yml
+++ b/.gitlab/ci/.renovate.yml
@@ -6,14 +6,14 @@ renovate:
     variables:
         LOG_LEVEL: debug
 
-    # renovate:on-schedule:
-    #   only:
-    #     - schedules
-    #   script:
-    #     - renovate $RENOVATE_EXTRA_FLAGS
-
-
-    except:
+    renovate:on-schedule:
+      only:
         - schedules
-    script:
-        - renovate --dry-run $RENOVATE_EXTRA_FLAGS
+      script:
+        - renovate $RENOVATE_EXTRA_FLAGS
+
+    # Dry-Run for debugging
+    # except:
+    #     - schedules
+    # script:
+    #     - renovate --dry-run $RENOVATE_EXTRA_FLAGS
-- 
GitLab