From 7bd2b0f5f58fe477a8ca2a9f8aa5889d44abfd1e Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 7 Nov 2024 11:14:48 +0100 Subject: [PATCH] fix alignment in dependabot.yml --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 58ea8ec732..30582a8d5d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,5 @@ version: 2 updates: -- package-ecosystem: "github-actions" - directory: "/" - schedule.interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule.interval: "daily"