aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyman Bagabas <ayman.bagabas@gmail.com>2023-11-07 12:11:03 -0500
committerAyman Bagabas <ayman.bagabas@gmail.com>2023-11-07 12:12:31 -0500
commite40360644f4a6e368e916db5a930c17c47f64a78 (patch)
treea4f3b0351a9659bb21817e839d4aedc701506527
parent242eac6741c4bf82c8e53d69ac0ae2ebf9c789d8 (diff)
downloadgo-git-e40360644f4a6e368e916db5a930c17c47f64a78.tar.gz
build: add cli/go-git to dependabot
-rw-r--r--.github/dependabot.yaml7
1 files changed, 7 insertions, 0 deletions
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"