mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-25 09:04:56 +00:00
e28ce91d41
It looks like I accidentally applied the grouping only to GitHub actions updates.
24 lines
455 B
YAML
24 lines
455 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: "cargo:"
|
|
groups:
|
|
cargo-dependencies:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: "github:"
|
|
groups:
|
|
github-dependencies:
|
|
patterns:
|
|
- "*"
|