|
4 | 4 | suppressNotifications: ["prEditedNotification"], |
5 | 5 | extends: ["github>astral-sh/renovate-config"], |
6 | 6 | labels: ["internal"], |
7 | | - schedule: ["before 4am on Monday"], |
| 7 | + schedule: ["before 4am on Wednesday"], |
8 | 8 | semanticCommits: "disabled", |
9 | 9 | separateMajorMinor: false, |
10 | 10 | prHourlyLimit: 10, |
11 | | - enabledManagers: ["github-actions", "pre-commit"], |
| 11 | + enabledManagers: ["github-actions", "pre-commit", "custom.regex"], |
12 | 12 | "pre-commit": { |
13 | 13 | enabled: true, |
14 | 14 | }, |
|
46 | 46 | groupName: "prek dependencies", |
47 | 47 | matchManagers: ["pre-commit"], |
48 | 48 | description: "Weekly update of prek dependencies", |
49 | | - } |
| 49 | + }, |
| 50 | + { |
| 51 | + matchManagers: ["custom.regex"], |
| 52 | + matchDepNames: ["maturin"], |
| 53 | + commitMessageTopic: "maturin", |
| 54 | + }, |
| 55 | + ], |
| 56 | + customManagers: [ |
| 57 | + // Maturin version used in maturin-action |
| 58 | + { |
| 59 | + customType: "regex", |
| 60 | + managerFilePatterns: [ |
| 61 | + "/.github/workflows/build-binaries\\.yml$/", |
| 62 | + ], |
| 63 | + matchStrings: ["maturin-version: (?<currentValue>v\\d+\\.\\d+\\.\\d+)"], |
| 64 | + depNameTemplate: "maturin", |
| 65 | + packageNameTemplate: "PyO3/maturin", |
| 66 | + datasourceTemplate: "github-releases", |
| 67 | + }, |
50 | 68 | ], |
51 | 69 | vulnerabilityAlerts: { |
52 | 70 | commitMessageSuffix: "", |
|
0 commit comments