Add dependabot configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 20 Oct 2022 14:02:59 +0000 (16:02 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 20 Oct 2022 14:02:59 +0000 (16:02 +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..5b9c3fa
--- /dev/null
@@ -0,0 +1,20 @@
+# Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates
+version: 2
+updates:
+  - package-ecosystem: 'github-actions'
+    directory: '/'
+    schedule:
+      interval: 'daily'
+    labels:
+      - 'github-actions'
+    reviewers:
+      - 'jerome-benoit'
+  - package-ecosystem: 'npm'
+    directory: '/'
+    schedule:
+      interval: 'daily'
+    labels:
+      - 'dependencies'
+    reviewers:
+      - 'jerome-benoit'
+    versioning-strategy: increase