refactor: cleanup dependabot configuration
[e-mobility-charging-stations-simulator.git] / .github / dependabot.yml
index eca1f15217266f9bf9014357f125fd9209c2e469..9f5deb09fb5d2f3a7fbbf62aad0c2940926b6537 100644 (file)
@@ -1,22 +1,31 @@
 # Docs: https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates
 version: 2
 updates:
-  - package-ecosystem: 'github-actions'
+  - package-ecosystem: github-actions
     directory: '/'
     schedule:
-      interval: 'daily'
+      interval: daily
     labels:
       - 'github-actions'
     reviewers:
       - 'jerome-benoit'
       - 'olivierbagot'
-  - package-ecosystem: 'npm'
+  - package-ecosystem: npm
     directory: '/'
     schedule:
-      interval: 'daily'
+      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'