chrono/.github/dependabot.yml
2024-02-02 14:10:19 +01:00

18 lines
379 B
YAML

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"
- package-ecosystem: "cargo"
directory: "/fuzz/"
schedule:
interval: "weekly"
target-branch: "main"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "main"