Files
Geneweb/.github/dependabot.yml
2024-03-05 22:01:20 +01:00

15 lines
324 B
YAML

version: 2
updates:
- package-ecosystem: "docker"
directory: "docker/"
schedule:
interval: "daily"
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: ".github/workflows/"
schedule:
interval: "daily"