From: Tom Hughes Date: Fri, 26 Jun 2020 18:16:49 +0000 (+0100) Subject: Set dependabot frequency to daily X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/007aa7991692fbfdeb86f7e5bcda99c7606f7e41 Set dependabot frequency to daily --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 403b3087e..9f77688ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,8 @@ updates: - package-ecosystem: "bundler" directory: "/" schedule: - interval: "weekly" + interval: "daily" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "daily"