mirror of
https://github.com/chronotope/chrono.git
synced 2026-01-19 23:25:45 +00:00
18 lines
379 B
YAML
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"
|