1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-09-03 22:35:50 +03:00

chore(deps): harden dependency updates (#28)

Этот коммит содержится в:
srothgan
2026-07-22 17:37:20 +02:00
коммит произвёл GitHub
родитель 9b5afba816
Коммит 32b26e80f8
10 изменённых файлов: 2344 добавлений и 12 удалений

25
.github/dependabot.yml поставляемый
Просмотреть файл

@@ -3,23 +3,44 @@ updates:
- package-ecosystem: cargo
directories:
- "/"
- "/bench"
- "/fuzz"
schedule:
interval: weekly
day: monday
time: "06:00"
timezone: Europe/Berlin
labels:
- dependencies
- cargo
open-pull-requests-limit: 10
groups:
patch-and-minor:
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