From d8566ce22bb581185edce82c1db2c52dd69e7135 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Thu, 6 Jul 2023 11:56:03 +0200 Subject: [PATCH] Encode time in 'schedule' field (#21482) --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 85ad519389..433d5b282e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: rebase-strategy: disabled schedule: interval: daily - time: 00:00 + time: "00:00" timezone: Etc/GMT labels: - area/dependencies @@ -15,7 +15,7 @@ updates: directory: /themes/src/main/resources/theme/keycloak/common/resources schedule: interval: daily - time: 00:00 + time: "00:00" timezone: Etc/GMT open-pull-requests-limit: 999 rebase-strategy: disabled @@ -33,7 +33,7 @@ updates: versioning-strategy: increase schedule: interval: daily - time: 00:00 + time: "00:00" timezone: Etc/GMT labels: - area/dependencies