From: Ernesto Puerta Date: Thu, 2 Dec 2021 13:13:24 +0000 (+0100) Subject: mgr/dashboard: configure dependabot X-Git-Tag: v17.1.0~160^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=662f46dcbe7ec23c0bb3104332b9d8d17dfed277;p=ceph.git mgr/dashboard: configure dependabot 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 --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000000..688137207e16d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +--- +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: "-"