mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-09 05:58:55 +00:00
fa25c3bd40
This should reduce the number of PRs to review, and the number of uninteresting commits in the repo history.
20 lines
390 B
YAML
20 lines
390 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: "cargo:"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: "github:"
|
|
groups:
|
|
all-dependencies:
|
|
patterns:
|
|
- "*"
|