From ecbb537026555faebd30c03453b61e64fc5e1b80 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 8 Dec 2021 12:18:08 +0530 Subject: [PATCH] fix: dependabot --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0aa9c8d9..529dfdf4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,18 +6,18 @@ updates: schedule: interval: weekly day: friday - time: "07:00" + time: '07:00' - package-ecosystem: github-actions directory: / target-branch: develop schedule: interval: weekly day: friday - time: "07:00" + time: '07:00' - package-ecosystem: npm directory: / target-branch: develop schedule: interval: weekly day: friday - time: "07:00" + time: '07:00'