From be5001cb670ae1b951a920ccbd8b83ba04a83d5c Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Tue, 24 Oct 2023 13:07:21 +0200 Subject: [PATCH] Check monthly instead of weekly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 92c44a82b..4eb1d5391 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"