From e7c5c1fba8757e72021f9b32b202d209aabc5c67 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Wed, 4 Sep 2024 13:44:08 +0200 Subject: [PATCH] Change the interval for dependabot updates to monthly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8155c1..e6f91c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,11 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: - interval: monthly + interval: 'monthly' # Enable updates to the dependencies of our Dockerfile - package-ecosystem: docker directory: '/' schedule: - interval: daily + interval: 'monthly' time: '05:00'