mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-05-03 18:40:33 -05:00
14 lines
266 B
YAML
14 lines
266 B
YAML
version: 2
|
|
updates:
|
|
# Maintain Cargo dependencies
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
# Maintain GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|