From 03683823eee020ad87980b9c95ea983156975d3b Mon Sep 17 00:00:00 2001 From: kjuulh Date: Wed, 26 Oct 2022 19:16:01 +0200 Subject: [PATCH] Add grouping --- config.json | 19 +++++++++++++++++++ docker-compose.yaml | 1 + 2 files changed, 20 insertions(+) diff --git a/config.json b/config.json index 06c117c..fb3213d 100644 --- a/config.json +++ b/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 + } + } ] } diff --git a/docker-compose.yaml b/docker-compose.yaml index 4997a4f..ac09cc9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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