mirror of https://github.com/synctv-org/synctv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
807 B
YAML
40 lines
807 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: cargo
|
|
groups:
|
|
cargo-non-breaking:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
cargo-security:
|
|
applies-to: security-updates
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: ci
|
|
groups:
|
|
github-actions-non-breaking:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
github-actions-security:
|
|
applies-to: security-updates
|
|
patterns:
|
|
- "*"
|