From 549e3bf8425947fd2167c1c1405e7c31d3592977 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Thu, 15 Aug 2024 23:26:57 -0700 Subject: [PATCH] ci(renovate): automerge updates as PRs and keep branches up-to-date (#1074) --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6f6f886..c45a50d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -61,4 +61,7 @@ datasourceTemplate: 'github-tags', }, ], + automergeType: 'pr', + prCreation: 'not-pending', + rebaseWhen: 'behind-base-branch', }