The combination of `prefix: "chore(deps)"` and `include: "scope"` produced `chore(deps)(deps):` — double scope. Removing `include` keeps the prefix as-is. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
35 lines
746 B
YAML
35 lines
746 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
commit-message:
|
|
prefix: "chore(deps)"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns: ["*"]
|
|
update-types: ["minor", "patch"]
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
commit-message:
|
|
prefix: "chore(deps)"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns: ["*"]
|
|
update-types: ["minor", "patch"]
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
commit-message:
|
|
prefix: "chore(deps)"
|
|
groups:
|
|
minor-and-patch:
|
|
patterns: ["*"]
|
|
update-types: ["minor", "patch"]
|