From 7e5042c0b93c7183ddbead8f700534d7d0a5d519 Mon Sep 17 00:00:00 2001 From: gab-arrobo Date: Thu, 9 May 2024 15:39:07 -0700 Subject: [PATCH] Updates to Dependabot (#93) --- .github/dependabot.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d13d1b..6c1ed64 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,6 @@ # SPDX-License-Identifier: Apache-2.0 # Copyright 2023 Canonical Ltd. +# Copyright 2024 Intel Corporation version: 2 updates: @@ -7,14 +8,23 @@ 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"