From 42eda7379ca28cf8d4abde9042e46c048dcb84d9 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Sun, 29 Sep 2024 11:17:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20renovate=20configuratio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: burgholzer --- .github/renovate.json5 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index cf77c5c6..2b27553b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -7,11 +7,12 @@ enabled: true }, lockFileMaintenance: { - "enabled": true + "enabled": true, + // "automerge": true, disabled due to endless update loops caused by setuptools_scm }, configMigration: true, - commitBodyTable: true, labels: ["dependencies"], + schedule: ["every weekend"], packageRules: [ { matchManagers: ["github-actions"], @@ -26,7 +27,12 @@ { matchManagers: ["pre-commit"], addLabels: ["pre-commit", "continuous integration"], - commitMessagePrefix: "⬆\uFE0F\uD83E\uDE9D" + commitMessagePrefix: "⬆\uFE0F\uD83E\uDE9D", + }, + { + "description": "Automerge patch updates", + "matchUpdateTypes": ["patch"], + "automerge": true } ] }