From bffd2d9fac85641af6392f673e400012b102b820 Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Sat, 5 Oct 2024 10:08:07 +0200 Subject: [PATCH] renovate: set `automergetype=pr` (#4162) --- .cspell.json | 1 + .github/renovate.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.cspell.json b/.cspell.json index 1dea08fca..bcd060e80 100644 --- a/.cspell.json +++ b/.cspell.json @@ -15,6 +15,7 @@ "apimachinery", "Archlinux", "autoincr", + "automerge", "autoscaler", "backporting", "backports", diff --git a/.github/renovate.json b/.github/renovate.json index 758ff2b22..12bfdacfa 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>woodpecker-ci/renovate-config"], + "automergeType": "pr", "customManagers": [ { "customType": "regex",