From 662f46dcbe7ec23c0bb3104332b9d8d17dfed277 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Thu, 2 Dec 2021 14:13:24 +0100 Subject: [PATCH] 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 --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml 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: "-" -- 2.39.5