From e46c743a57febba7e4bc91639e0ef76c01d1607b Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sat, 29 Jan 2022 18:16:16 +0000 Subject: [PATCH] ci: update GHActions once a month Apparently some actions like CodeQL are released a few times a week so let's just update them once a month in one fell swoop. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c6d66e1031a..3e067c176fd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" open-pull-requests-limit: 2 - package-ecosystem: "pip" directory: "/.github/workflows" -- 2.47.3