From e40360644f4a6e368e916db5a930c17c47f64a78 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 7 Nov 2023 12:11:03 -0500 Subject: build: add cli/go-git to dependabot --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.github/dependabot.yaml') diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6a7a66b..403f428 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -13,3 +13,10 @@ updates: interval: "daily" commit-message: prefix: "build" + + - package-ecosystem: "gomod" + directory: "/cli/go-git" + schedule: + interval: "daily" + commit-message: + prefix: "build" -- cgit