mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
662f46dcbe
https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
14 lines
277 B
YAML
14 lines
277 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: "-"
|