spacex / .github /dependabot.yml
neon_arch
πŸ€– ci: enable auto-updates for docker, cargo and github actions
b577f69
raw
history blame contribute delete
No virus
300 Bytes
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"