From 490576523b5595d3798a2284d1b76993d40b1a88 Mon Sep 17 00:00:00 2001 From: Franco <48300215+fhielpos@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:07:32 +0200 Subject: [PATCH] Update renovate config file (#56) --- renovate.json5 | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index a2072e6..81a574b 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,8 +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" ], -} + "packageRules": [ + { + "description": "Automerge architect updates", + "matchFileNames": [ + ".circleci/config.yml" + ], + "matchDepNames": [ + "architect" + ], + "groupName": "Architect", + "automerge": true + } + ] +} \ No newline at end of file