From 088b3274f26c9863fe06c1299e2b431702acbe2e Mon Sep 17 00:00:00 2001 From: Hector Zarate Date: Sat, 26 Apr 2025 13:07:51 +0200 Subject: [PATCH] feat(dep): add dependabot for mod and docker files (#1179) * add dependabot for mod and docker files * lint dependabot file --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6fddca0d..03ae5d6b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,11 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "docker" + directory: "/build" + schedule: + interval: "weekly"