зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-08-28 11:36:17 +03:00
47 строки
1005 B
YAML
47 строки
1005 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directories:
|
|
- "/"
|
|
- "/fuzz"
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "06:00"
|
|
timezone: Europe/Berlin
|
|
labels:
|
|
- dependencies
|
|
- cargo
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
cargo-non-major:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- patch
|
|
- minor
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "06:30"
|
|
timezone: Europe/Berlin
|
|
labels:
|
|
- dependencies
|
|
- github-actions
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
github-actions-non-major:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- patch
|
|
- minor
|
|
ignore:
|
|
# These refs select the Rust/MSRV version rather than an action release.
|
|
- dependency-name: dtolnay/rust-toolchain
|