Reenable dependabot
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 30 Jul 2022 07:26:22 +0000 (09:26 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 30 Jul 2022 07:26:22 +0000 (09:26 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.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..7d0aabb
--- /dev/null
@@ -0,0 +1,14 @@
+# Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates
+version: 2
+updates:
+  - package-ecosystem: 'npm'
+    directory: '/'
+    schedule:
+      interval: 'daily'
+    labels:
+      - 'dependencies'
+    reviewers:
+      - 'pioardi'
+      - 'Shinigami92'
+      - 'jerome-benoit'
+    versioning-strategy: increase