From: Evgeny Vereshchagin Date: Sat, 29 Jan 2022 18:16:16 +0000 (+0000) Subject: ci: update GHActions once a month X-Git-Tag: v251-rc1~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e46c743a57febba7e4bc91639e0ef76c01d1607b;p=thirdparty%2Fsystemd.git 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. --- 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"