From 608f8ff6e705b656392a89a1cf4e0b977fb10ab4 Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Tue, 5 May 2026 15:40:45 +0200 Subject: [PATCH] Update renovate configuration (#3379) --- .github/renovate.json5 | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 359d3b9..7e81858 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,11 +4,11 @@ suppressNotifications: ["prEditedNotification"], extends: ["github>astral-sh/renovate-config"], labels: ["internal"], - schedule: ["before 4am on Monday"], + schedule: ["before 4am on Wednesday"], semanticCommits: "disabled", separateMajorMinor: false, prHourlyLimit: 10, - enabledManagers: ["github-actions", "pre-commit"], + enabledManagers: ["github-actions", "pre-commit", "custom.regex"], "pre-commit": { enabled: true, }, @@ -46,7 +46,25 @@ groupName: "prek dependencies", matchManagers: ["pre-commit"], description: "Weekly update of prek dependencies", - } + }, + { + matchManagers: ["custom.regex"], + matchDepNames: ["maturin"], + commitMessageTopic: "maturin", + }, + ], + customManagers: [ + // Maturin version used in maturin-action + { + customType: "regex", + managerFilePatterns: [ + "/.github/workflows/build-binaries\\.yml$/", + ], + matchStrings: ["maturin-version: (?v\\d+\\.\\d+\\.\\d+)"], + depNameTemplate: "maturin", + packageNameTemplate: "PyO3/maturin", + datasourceTemplate: "github-releases", + }, ], vulnerabilityAlerts: { commitMessageSuffix: "",