gamesvr-ut99/.github/dependabot.yml

17 lines
402 B
YAML
Raw Permalink Normal View History

2021-08-29 04:04:40 +02:00
version: 2
updates:
# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "11:00"