mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
2b694195bf
Followup to commit 265f727481
.
Fixes this error mesage under GitHub Insights (https://github.com/ceph/ceph/network/updates):
```
The property '#/updates/1/commit-message/prefix' was not of a maximum string length of 15
```
Signed-off-by: Laura Flores <lflores@ibm.com>
23 lines
471 B
YAML
23 lines
471 B
YAML
---
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "npm"
|
|
directory: "/src/pybind/mgr/dashboard/frontend"
|
|
schedule:
|
|
interval: "daily"
|
|
commit-message:
|
|
prefix: "mgr/dashboard:"
|
|
labels:
|
|
- "dashboard"
|
|
pull-request-branch-name:
|
|
separator: "-"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
commit-message:
|
|
prefix: ".github:"
|
|
pull-request-branch-name:
|
|
separator: "-"
|