From 0da6973c17406f8ae222725e5d1ddd2f7d1c3b1e Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Tue, 16 Nov 2021 12:09:14 +0000 Subject: [PATCH] ci: switch to weekly dependabot updates Apparently some dependencies get updated much more often than I would have exepected. It can always be triggered manually at https://github.com/systemd/systemd/network/dependencies if there are any urgent updates --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3af03d106adba..79cdf9d28a9e4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,5 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 2