From f67741bd0e3042652b621cfad6af9dc764e7baa0 Mon Sep 17 00:00:00 2001 From: "Arrobo, Gabriel" Date: Thu, 9 May 2024 14:16:13 -0700 Subject: [PATCH] Updates to Dependabot --- .github/dependabot.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 41fe4b8..dc94c29 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,29 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright 2024 Intel Corporation -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + time: "21:00" + timezone: "America/Los_Angeles" - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + time: "21:00" + timezone: "America/Los_Angeles" - package-ecosystem: "gomod" directory: "/" schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + time: "21:00" + timezone: "America/Los_Angeles"