Skip to content

Commit

Permalink
Updates to Dependabot (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
gab-arrobo authored May 9, 2024
1 parent 72688b2 commit 7e5042c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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 7e5042c

Please sign in to comment.