Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
+++ /dev/null
-# 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'
--- /dev/null
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["config:recommended", "group:allNonMajor", "schedule:daily"],
+ "lockFileMaintenance": {
+ "enabled": true
+ }
+}