build(deps): bump actions/setup-python from 4 to 5
[e-mobility-charging-stations-simulator.git] / .github / dependabot.yml
index 3ae891ae7f8c7d6b1759775b9acd1480778aca7c..6058cd7cfe77c8c438fbb7d6a32ebc6aa4635d32 100644 (file)
@@ -1,7 +1,7 @@
 # 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'
@@ -10,7 +10,7 @@ updates:
     reviewers:
       - 'jerome-benoit'
       - 'olivierbagot'
-  - package-ecosystem: 'npm'
+  - package-ecosystem: npm
     directory: '/'
     schedule:
       interval: 'daily'
@@ -20,13 +20,12 @@ updates:
       - 'jerome-benoit'
       - 'olivierbagot'
     versioning-strategy: increase
-  - package-ecosystem: 'npm'
-    directory: '/src/ui/web'
+  - package-ecosystem: pip
+    directory: 'tests/ocpp-server'
     schedule:
-      interval: 'daily'
+      interval: daily
     labels:
       - 'dependencies'
     reviewers:
       - 'jerome-benoit'
       - 'olivierbagot'
-    versioning-strategy: increase