From b3d9cd177949ebe4e4aaa16f3289bfb87efd333b Mon Sep 17 00:00:00 2001 From: Paul Cretu Date: Fri, 23 Feb 2024 20:09:03 +0000 Subject: [PATCH] Fix dependabot.yml missing quotes --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b31627b4..5d303f74 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,7 @@ updates: schedule: interval: weekly day: monday - time: 05:00 + time: "05:00" timezone: America/Los_Angeles # Will only open a maximum of 3 PRs open-pull-requests-limit: 3 @@ -19,7 +19,7 @@ updates: schedule: interval: weekly day: monday - time: 05:00 + time: "05:00" timezone: America/Los_Angeles open-pull-requests-limit: 3 # Updates JavaScript dependencies @@ -28,6 +28,6 @@ updates: schedule: interval: weekly day: monday - time: 05:00 + time: "05:00" timezone: America/Los_Angeles open-pull-requests-limit: 3