diff options
author | Paulo Gomes <pjbgf@linux.com> | 2023-10-25 14:19:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 14:19:21 +0100 |
commit | 94671f8812af4bc35e2e161ea74b8ea06e7e2ed0 (patch) | |
tree | 29762d7e179c439cb20f905a0e9418299ccd451f /.github | |
parent | 72ce9961c676b73c9bdd0678b64af7b0a42253f8 (diff) | |
parent | 136f6cc58f8469e8d5dfd1efeb6b1524215da22d (diff) | |
download | go-git-94671f8812af4bc35e2e161ea74b8ea06e7e2ed0.tar.gz |
Merge pull request #879 from pjbgf/create-dependabot-config
Add dependabot configuration file
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..6a7a66b --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "build" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "build" |