From fab0b4250367c68f9d5196555d2fa02fa4639d5a Mon Sep 17 00:00:00 2001 From: appkins Date: Sun, 2 Mar 2025 20:28:22 -0600 Subject: [PATCH] fix dependabot format --- .github/dependabot.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d37ca1..23ca4c5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,14 @@ +--- version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - time: "02:03" +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + time: "02:03" - - package-ecosystem: "gomod" - directory: "/" - schedule: - interval: "daily" - time: "02:03" +- package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + time: "02:03"