From 48758282e08d92f3c520645aa4e05d7578909f44 Mon Sep 17 00:00:00 2001 From: Paul Crooks Date: Thu, 25 Jul 2024 10:34:31 +0000 Subject: [PATCH] chore(ci): Fix typo in dependabot --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a32f90..07f023a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,7 +11,7 @@ updates: schedule: interval: "daily" -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"