From 6a5255e12727a94d41a6aca471a0f796d79630d9 Mon Sep 17 00:00:00 2001 From: alexw3f <37415622+alexw3f@users.noreply.github.com> Date: Thu, 22 Jun 2023 11:42:36 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index ff8afd8..c33cf93 100644 --- a/renovate.json +++ b/renovate.json @@ -1,9 +1,8 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], - "automerge": true, + "automerge": { + "minor": true, + "patch": true + }, "automergeType": "pr", "automergeComment": "This pull request was automatically merged.", "prCreation": "automerge",