From a91be2656cba821d2b7d544d81a20304bf24a5d8 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 7 Nov 2024 12:48:47 +0100 Subject: [PATCH] another attempt to fix schedule in dependabot.yml (#1550) --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30582a8d5d..123014908b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,4 +2,5 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - schedule.interval: "daily" + schedule: + interval: "daily"