From 222b2396f808d36be7e2288e6de18b24fd41305a Mon Sep 17 00:00:00 2001
From: Friedrich <jens.wilken@sap.com>
Date: Mon, 26 Feb 2024 11:03:21 +0100
Subject: [PATCH] Fix the schedule of DependaBot (#91)

---
 .github/dependabot.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 24d2110..58c0c1a 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -9,7 +9,7 @@ updates:
     schedule:
       interval: "weekly"
       day: monday
-      time: 07:00
+      time: "07:00"
     commit-message:
       prefix: "deps(dependabot)"
   - package-ecosystem: "docker" # See documentation for possible values
@@ -17,7 +17,7 @@ updates:
     schedule:
       interval: "weekly"
       day: monday
-      time: 07:00
+      time: "07:00"
     commit-message:
       prefix: "deps(dependabot)"
   - package-ecosystem: "github-actions" # See documentation for possible values
@@ -25,6 +25,6 @@ updates:
     schedule:
       interval: "weekly"
       day: monday
-      time: 07:00
+      time: "07:00"
     commit-message:
       prefix: "deps(dependabot)"