Add grouping
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Kasper Juul Hermansen 2022-10-26 19:16:01 +02:00
parent e601ce211a
commit 03683823ee
2 changed files with 20 additions and 0 deletions

View File

@ -7,5 +7,24 @@
"automergeType": "pr",
"extends": [
"config:base"
],
"packageRules": [
{
"groupName": "all dependencies",
"separateMajorMinor": false,
"groupSlug": "all",
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"groupName": "all dependencies",
"groupSlug": "all"
}
],
"lockFileMaintenance": {
"enabled": false
}
}
]
}

View File

@ -4,6 +4,7 @@ services:
renovate:
image: renovate/renovate:32.241.11
env_file: .env
restart: always
environment:
RENOVATE_CONFIG_FILE: "/opt/renovate/config.json"
LOG_LEVEL: info