mirror of
https://codeberg.org/JasterV/test-context.git
synced 2026-04-26 18:10:06 +00:00
25 lines
587 B
YAML
25 lines
587 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
# Check for cargo updates at 3am UTC
|
|
time: "03:00"
|
|
open-pull-requests-limit: 10
|
|
groups:
|
|
batch:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "rust-toolchain"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
# Check for cargo updates at 3am UTC
|
|
time: "03:00"
|
|
open-pull-requests-limit: 3
|