mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-12-08 05:53:51 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I890272e62db5824a3d866748375d1a9f6a6a6964
14 lines
250 B
YAML
14 lines
250 B
YAML
version: 2
|
|
updates:
|
|
# Update Cargo deps
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
# Update used workflows
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
|