summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 98b7d53d81197a3b6d694f3a43be3549d72ca796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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: "-"