]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: switch to renovate
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 16 Nov 2025 23:30:57 +0000 (00:30 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 16 Nov 2025 23:30:57 +0000 (00:30 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.github/dependabot.yml [deleted file]
renovate.json [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644 (file)
index b86035e..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-# 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'
-  - package-ecosystem: npm
-    directory: '/'
-    schedule:
-      interval: daily
-    groups:
-      regular:
-        update-types:
-          - 'patch'
-          - 'minor'
-        exclude-patterns:
-          - 'typescript'
-      typescript:
-        update-types:
-          - 'patch'
-          - 'minor'
-          - 'major'
-        patterns:
-          - 'typescript'
-      eslint:
-        update-types:
-          - 'major'
-        patterns:
-          - 'eslint'
-          - '@eslint/*'
-      mikro-orm:
-        patterns:
-          - '@mikro-orm/*'
-      commitlint:
-        patterns:
-          - '@commitlint/*'
-      vitest:
-        patterns:
-          - 'vitest'
-          - '@vitest/*'
-      vite:
-        patterns:
-          - 'vite'
-          - '@vitejs/*'
-    labels:
-      - 'dependencies'
-    versioning-strategy: increase
-  - package-ecosystem: pip
-    directory: 'tests/ocpp-server'
-    schedule:
-      interval: daily
-    groups:
-      regular:
-        update-types:
-          - 'patch'
-          - 'minor'
-    labels:
-      - 'dependencies'
-  - package-ecosystem: docker
-    directories:
-      - '/docker'
-      - '/ui/web/docker'
-    schedule:
-      interval: daily
-    labels:
-      - 'docker'
diff --git a/renovate.json b/renovate.json
new file mode 100644 (file)
index 0000000..1281ad1
--- /dev/null
@@ -0,0 +1,7 @@
+{
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": ["config:recommended", "group:allNonMajor", "schedule:daily"],
+  "lockFileMaintenance": {
+    "enabled": true
+  }
+}