Files
ErrorNoWatcher/.github/dependabot.yaml

18 lines
346 B
YAML

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "nix"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
interval: "monthly"