From 7eaf2e3d783b233e685951016068ff3c1606044e Mon Sep 17 00:00:00 2001 From: Franco Date: Tue, 8 Oct 2024 12:51:08 -0300 Subject: [PATCH] Update renovate config file --- renovate.json5 | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 6e730b58..81a574bd 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", - // Python specific config - https://github.com/giantswarm/renovate-presets/blob/main/lang-python.json5 - "github>giantswarm/renovate-presets:lang-python.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