diff options
author | Ayman Bagabas <ayman.bagabas@gmail.com> | 2023-11-07 12:11:03 -0500 |
---|---|---|
committer | Ayman Bagabas <ayman.bagabas@gmail.com> | 2023-11-07 12:12:31 -0500 |
commit | e40360644f4a6e368e916db5a930c17c47f64a78 (patch) | |
tree | a4f3b0351a9659bb21817e839d4aedc701506527 /.github/dependabot.yaml | |
parent | 242eac6741c4bf82c8e53d69ac0ae2ebf9c789d8 (diff) | |
download | go-git-e40360644f4a6e368e916db5a930c17c47f64a78.tar.gz |
build: add cli/go-git to dependabot
Diffstat (limited to '.github/dependabot.yaml')
-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" |