build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / .github / dependabot.yml
index 5dde9443fa18a68f35204bfa34f26386c679ac89..9f5deb09fb5d2f3a7fbbf62aad0c2940926b6537 100644 (file)
@@ -1,13 +1,31 @@
 # Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates
 version: 2
 updates:
-  - package-ecosystem: 'npm'
+  - package-ecosystem: github-actions
     directory: '/'
     schedule:
-      interval: 'daily'
+      interval: daily
+    labels:
+      - 'github-actions'
+    reviewers:
+      - 'jerome-benoit'
+      - 'olivierbagot'
+  - package-ecosystem: npm
+    directory: '/'
+    schedule:
+      interval: daily
     labels:
       - 'dependencies'
     reviewers:
       - 'jerome-benoit'
       - 'olivierbagot'
     versioning-strategy: increase
+  - package-ecosystem: pip
+    directory: 'tests/ocpp-server'
+    schedule:
+      interval: daily
+    labels:
+      - 'dependencies'
+    reviewers:
+      - 'jerome-benoit'
+      - 'olivierbagot'