aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-11-07 18:14:30 +0000
committerGitHub <noreply@github.com>2023-11-07 18:14:30 +0000
commit50d0ddb8cfa2dfb8a71e53781664bdb279c08fda (patch)
tree7cad067b59c5d1e9742b935f993c04dff2bc6a2a /.github
parente54a6ae399e9597b6b64049932dad86d110c6183 (diff)
parentfbc6d7f5d37846133ca92dabf2e2115fcee06e19 (diff)
downloadgo-git-50d0ddb8cfa2dfb8a71e53781664bdb279c08fda.tar.gz
Merge pull request #914 from aymanbagabas/cli-gomod
cli: separate go module for cli
Diffstat (limited to '.github')
-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"