Skip to content

Commit f282730

Browse files
authored
Merge pull request #29 from BoboTiG/patch-1
feat(ci): use Dependabot to keep Rust dependecies up-to-date
2 parents d57cd80 + 45a7189 commit f282730

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

0 commit comments

Comments
 (0)