Skip to content

Commit 19ffeff

Browse files
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>
1 parent 9fe8d5e commit 19ffeff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
time: "04:00" # UTC
8+
labels:
9+
- "domain: deps"
10+
commit-message:
11+
prefix: "chore(deps)"
12+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)