mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 18:30:32 +00:00
17 lines
453 B
YAML
17 lines
453 B
YAML
version: 2
|
|
updates:
|
|
# GitHub Actions — обновляет версии actions в workflows
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
labels: [dependencies, ci]
|
|
|
|
# Cargo — только security-апдейты, без шума от minor/patch
|
|
- package-ecosystem: cargo
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 5
|
|
labels: [dependencies, rust]
|