diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-11-07 18:14:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-07 18:14:30 +0000 |
commit | 50d0ddb8cfa2dfb8a71e53781664bdb279c08fda (patch) | |
tree | 7cad067b59c5d1e9742b935f993c04dff2bc6a2a /.github | |
parent | e54a6ae399e9597b6b64049932dad86d110c6183 (diff) | |
parent | fbc6d7f5d37846133ca92dabf2e2115fcee06e19 (diff) | |
download | go-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.yaml | 7 |
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" |