mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-28 13:20:41 +00:00
16 lines
414 B
YAML
16 lines
414 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
# Look for `Cargo.toml` and `Cargo.lock` in the root directory
|
|
directory: "/"
|
|
# Check for updates every Monday
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 10
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
# Check for updates every Monday
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 10
|