Add dependabot for keeping dependencies up-to-date (#196)

It will help us to keep the dependencies up-to-date

Signed-off-by: Pradeep Chhetri <pradeepchhetri4444@gmail.com>

Signed-off-by: Pradeep Chhetri <pradeepchhetri4444@gmail.com>
This commit is contained in:
Pradeep Chhetri
2022-11-01 00:47:33 +08:00
committed by GitHub
parent 9fe8d5e76f
commit 19ffeffb3b

12
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
time: "04:00" # UTC
labels:
- "domain: deps"
commit-message:
prefix: "chore(deps)"
open-pull-requests-limit: 10