build(ci): auto update dependencies via Dependabot

This commit is contained in:
Mogeko 2021-11-15 17:51:25 +00:00
parent 0428cc1602
commit f51587da95
No known key found for this signature in database
GPG key ID: B35485A88F40AD2C

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

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