From a26870c109ebd71cfcf5ecb9fb8ba5689464d969 Mon Sep 17 00:00:00 2001 From: ahmadtaimoor-deriv <129935294+ahmadtaimoor-deriv@users.noreply.github.com> Date: Mon, 5 Feb 2024 16:04:00 +0800 Subject: [PATCH] chore: format yml (#1499) --- .github/dependabot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a276517bb..e64b46037 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,10 @@ version: 2 updates: - - package-ecosystem: npm - directory: "/" - schedule: - interval: daily - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" + - package-ecosystem: npm + directory: '/' + schedule: + interval: daily + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily'