mirror of
https://github.com/astral-sh/ty.git
synced 2026-05-06 08:56:48 -04:00
Update renovate configuration (#3379)
This commit is contained in:
+21
-3
@@ -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: (?<currentValue>v\\d+\\.\\d+\\.\\d+)"],
|
||||
depNameTemplate: "maturin",
|
||||
packageNameTemplate: "PyO3/maturin",
|
||||
datasourceTemplate: "github-releases",
|
||||
},
|
||||
],
|
||||
vulnerabilityAlerts: {
|
||||
commitMessageSuffix: "",
|
||||
|
||||
Reference in New Issue
Block a user