From f870c999b9dd8d171014e125f2ecce359bf9c753 Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Fri, 17 Jan 2025 17:56:01 +0100 Subject: [PATCH] fix(ci): fix dependabot github actions schedule (#2325) Signed-off-by: Luka Peschke --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 197126290..c557e8e27 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,4 +23,5 @@ updates: # GH actions - package-ecosystem: "github-actions" directory: "/" - schedule: "weekly" + schedule: + interval: "weekly"