From: Jérôme Benoit Date: Sun, 16 Nov 2025 23:35:12 +0000 (+0100) Subject: Revert "chore: switch to renovate" X-Git-Tag: ocpp-server@v2.2.0~47 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4d473bfd05d52834cfc49f70f2ca3c5f7b733c83;p=e-mobility-charging-stations-simulator.git Revert "chore: switch to renovate" This reverts commit a9fb1c9519f6bc7342a017bc1ca1706ee7d248b8. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b86035e0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,69 @@ +# 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 deleted file mode 100644 index 1281ad1a..00000000 --- a/renovate.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended", "group:allNonMajor", "schedule:daily"], - "lockFileMaintenance": { - "enabled": true - } -}