]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: configure dependabot 44187/head
authorErnesto Puerta <epuertat@redhat.com>
Thu, 2 Dec 2021 13:13:24 +0000 (14:13 +0100)
committerErnesto Puerta <epuertat@redhat.com>
Thu, 2 Dec 2021 13:17:06 +0000 (14:17 +0100)
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>
.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..6881372
--- /dev/null
@@ -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: "-"