Dependabot: Detect updates in docker, actions and mix

This commit is contained in:
Badlop 2022-04-30 21:52:15 +02:00
parent fad5406348
commit 49ecddc646
1 changed files with 18 additions and 0 deletions

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

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/.github/container/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "mix"
directory: "/"
schedule:
interval: "weekly"