Create dependabot.yml

This commit is contained in:
Kroese 2023-04-21 12:50:39 +02:00 committed by GitHub
parent d8a47c66f8
commit 4b790a6e8d

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"