ci: add dependabot to bump github action versions

This commit is contained in:
dundargoc 2023-03-25 11:38:30 +07:00 committed by GitHub
parent f1392727d8
commit 52415d6bbf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "ci"