Skip to content

Commit

Permalink
Updates to Dependabot (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo committed May 9, 2024
1 parent 13e37b2 commit 8df4fe7
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/dependabot.yml
@@ -1,20 +1,30 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2023 Canonical Ltd.
# Copyright 2024 Intel Corporation

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"

0 comments on commit 8df4fe7

Please sign in to comment.