Add grouping
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
e601ce211a
commit
03683823ee
19
config.json
19
config.json
@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user