Files
postgsail/.github/dependabot.yml
2024-04-07 09:19:41 +02:00

15 lines
333 B
YAML

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"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly