Skip to content

Commit

Permalink
Merge pull request #20 from gab-arrobo/dependabot
Browse files Browse the repository at this point in the history
Updates to Dependabot
  • Loading branch information
thakurajayL authored May 9, 2024
2 parents 1e5d79e + fc5cb03 commit a84da0d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright 2023 Canonical Ltd.
# Copyright 2024 Intel Corporation

version: 2
updates:
Expand All @@ -8,18 +9,30 @@ updates:
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "21:00"
timezone: "America/Los_Angeles"

- package-ecosystem: "docker"
directory: "/mongoapi/dbtestapp/"
schedule:
interval: "weekly"
day: "wednesday"
time: "21:00"
timezone: "America/Los_Angeles"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "21:00"
timezone: "America/Los_Angeles"

- package-ecosystem: "gomod"
directory: "/mongoapi/dbtestapp"
schedule:
interval: "weekly"
day: "wednesday"
time: "21:00"
timezone: "America/Los_Angeles"

0 comments on commit a84da0d

Please sign in to comment.