mirror of
https://github.com/chronotope/chrono.git
synced 2025-09-26 20:40:51 +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"
|