From 0e6942d80b16bc4544d193610ccf95e6e2d0f9c0 Mon Sep 17 00:00:00 2001 From: Stephen Lang Date: Thu, 12 Dec 2024 17:48:34 +0000 Subject: [PATCH] build(deps): Enable dependabot for Golang (#987) --- .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