From d4c316fd5d29dbc8ad77ab05ae20ad9f5b7688b6 Mon Sep 17 00:00:00 2001 From: Marco Ebert Date: Wed, 4 Sep 2024 12:59:52 +0200 Subject: [PATCH] Renovate: Fix config. --- renovate.json5 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index ef388d8ba..d91f50639 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -2,18 +2,5 @@ "extends": [ // Base config - https://github.com/giantswarm/renovate-presets/blob/main/default.json5 "github>giantswarm/renovate-presets:default.json5", - ], - "prBodyNotes": [], - "packageRules": [ - { - // "matchFileNames": ["^capa/[^/]+-next/release\\.yaml$"], - "baseBranches": ["next/capa/major"], - "prCreation": "immediate", - "automerge": { - "enabled": true, - "method": "squash", - "requireBranchPolicyChecks": false - } - } ] }