diff --git a/renovate.json5 b/renovate.json5 index 6e730b5..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", - // 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