.github/dependabot.yml: remove automated dependency version checks

Dependency updates must be under manual control, since the resulting code diffs must be reviewed manually for the sake of security.
It is done with `make vendor-update` now.
This commit is contained in:
Aliaksandr Valialkin 2021-05-10 11:41:21 +03:00
parent c687536956
commit 5b986c95dd

View file

@ -1,6 +0,0 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"