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"