mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
265f727481
Config based on this recommendation: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions Signed-off-by: Laura Flores <lflores@redhat.com>
23 lines
481 B
YAML
23 lines
481 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/workflows:"
|
|
pull-request-branch-name:
|
|
separator: "-"
|