From 864629ed3aae95e7a5b73b357fcbf10559248bf6 Mon Sep 17 00:00:00 2001 From: Stephen Lang Date: Thu, 7 Nov 2024 20:18:20 +0000 Subject: [PATCH] build(deps): Enable dependabot for Golang --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a6819e3f3..00caf923d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -9,3 +9,7 @@ updates: directory: / schedule: interval: monthly + - package-ecosystem: gomod + directory: /scripts + schedule: + interval: monthly