From 70d8a1be8bca35535f58a496376b60e02b0d51d2 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 4 Dec 2023 12:53:35 -0500 Subject: [PATCH] chore: update dependabot Signed-off-by: Chris Gianelloni --- .github/dependabot.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f9..1cea58d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,15 @@ version: 2 updates: - - package-ecosystem: "gomod" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" schedule: interval: "weekly"