Create dependabot.yml

Create dependabot.yml
This commit is contained in:
Kroese 2023-04-21 12:50:54 +02:00 committed by GitHub
commit 5b6d3d2623

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"