Enchance benchmarking code
[poolifier.git] / .github / dependabot.yml
index 52800cac12c3ed79471fa38abcd1ce27816293a3..cd90cc537b1478180f034dd940d57cb7022b3bfc 100644 (file)
@@ -1,7 +1,16 @@
 # 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:
+      - 'pioardi'
+      - 'Shinigami92'
+      - 'jerome-benoit'
   - package-ecosystem: 'npm'
     directory: '/'
     schedule:
@@ -13,3 +22,16 @@ updates:
       - 'Shinigami92'
       - 'jerome-benoit'
     versioning-strategy: increase
+  - package-ecosystem: 'npm'
+    directory: '/benchmarks/versus-external-pools'
+    schedule:
+      interval: 'daily'
+    labels:
+      - 'dependencies'
+      - 'benchmarks'
+      - 'nocombine'
+    reviewers:
+      - 'pioardi'
+      - 'Shinigami92'
+      - 'jerome-benoit'
+    versioning-strategy: increase