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

This reverts commit 5b986c95dd.

This check verifies only dependencies needed for github-actions. This is OK.
This commit is contained in:
Aliaksandr Valialkin 2021-05-10 12:05:09 +03:00
parent 8b65920a8b
commit 3fb3ce2a6d

6
.github/dependabot.yml vendored Normal file
View file

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