add dependabot: make it update GitHub Actions

It is a basic configuration.
This commit is contained in:
Anton-Latukha 2021-11-02 13:28:35 +02:00 committed by Anton Latukha
parent 1596e79970
commit 34bd9107e2

8
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,8 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"