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