backie/.github/dependabot.yml
Ayrat Badykov 12f6944e59
add github actions (#4)
* add github actions

* fix clippy

* skip check

* get rid of collect

* fix tests

* run ignored tests
2021-07-11 13:17:02 +03:00

18 lines
366 B
YAML

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
open-pull-requests-limit: 30
schedule:
interval: "weekly"
time: "03:37" # UTC
commit-message:
prefix: "chore(cargo):"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci(actions):"