From 5da5a97b613d9298dcb9f63a60ac4262956fd12f Mon Sep 17 00:00:00 2001 From: Zoran Regvart Date: Tue, 17 Oct 2023 10:19:51 +0200 Subject: [PATCH] Configure dependabot to run weekly ref: https://issues.redhat.com/browse/EC-198 --- .github/dependabot.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8f7d75d..f5b08e0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,16 +20,20 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: weekly + time: '15:00' - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: weekly + time: '15:00' - package-ecosystem: "gomod" directory: "/api/" schedule: - interval: "daily" + interval: weekly + time: '15:00' - package-ecosystem: "gomod" directory: "/tools/" schedule: - interval: "daily" + interval: weekly + time: '15:00'