From 7906903e352299c7c59b256394deff2fdec068e5 Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Fri, 4 Oct 2024 14:56:07 -0600 Subject: [PATCH] Add Go and GitHub Actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aff82a1..8280633 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,11 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"