From 5e40ef12551c686b2a3f5a5e0ae8af4c87a3becd Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Thu, 24 Aug 2023 18:19:22 +0200 Subject: [PATCH] Schedule weekly instead of daily as suggested --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6a9528470..5096f3bfb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,11 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" - package-ecosystem: "gradle" directory: "/" schedule: - interval: "daily" + interval: "weekly" registries: "*" labels: [ "version update" ] registries: