From 30780f66f29915409643578734238fed4dcf6b12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Fri, 6 May 2022 17:31:42 +0200 Subject: [PATCH] ci: fix dependabot (#4635) --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1cd413055f..23c4cb3b50 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,7 @@ +--- version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - interval: - schedule: "weekly" + schedule: + interval: "weekly"