build(deps): add dependabot configuration for ocpp-server
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 12 Jun 2024 19:15:31 +0000 (21:15 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 12 Jun 2024 19:15:31 +0000 (21:15 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/dependabot.yml

index eca1f15217266f9bf9014357f125fd9209c2e469..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,3 +20,12 @@ updates:
       - 'jerome-benoit'
       - 'olivierbagot'
     versioning-strategy: increase
+  - package-ecosystem: pip
+    directory: 'tests/ocpp-server'
+    schedule:
+      interval: daily
+    labels:
+      - 'dependencies'
+    reviewers:
+      - 'jerome-benoit'
+      - 'olivierbagot'