From d445a11c35522843e868fda838855e4e772dc3b4 Mon Sep 17 00:00:00 2001 From: Franco <48300215+fhielpos@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:59:51 +0200 Subject: [PATCH] Update renovate config file (#383) --- renovate.json5 | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 71856c3b..81a574bd 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,9 +1,20 @@ { "extends": [ - // Base config - https://github.com/giantswarm/renovate-presets/blob/main/default.json5 "github>giantswarm/renovate-presets:default.json5", - // Go specific config - https://github.com/giantswarm/renovate-presets/blob/main/lang-go.json5 "github>giantswarm/renovate-presets:lang-go.json5", + "github>giantswarm/renovate-presets:disable-vendir.json5" ], - "schedule": [ "after 9am on thursday" ] -} + "packageRules": [ + { + "description": "Automerge architect updates", + "matchFileNames": [ + ".circleci/config.yml" + ], + "matchDepNames": [ + "architect" + ], + "groupName": "Architect", + "automerge": true + } + ] +} \ No newline at end of file