Add dependabot configuration
[benchmarks-js.git] / .github / dependabot.yml
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