Update renovate.json5

This commit is contained in:
Jonas Kruckenberg 2023-12-14 14:07:59 +01:00
parent 76725b2db8
commit 25e634cb24
No known key found for this signature in database
GPG key ID: 55B37D49677B1FAC

View file

@ -5,7 +5,7 @@
semanticCommits: 'enabled', semanticCommits: 'enabled',
configMigration: true, configMigration: true,
dependencyDashboard: true, dependencyDashboard: true,
regexManagers: [ customManagers: [
{ {
customType: 'regex', customType: 'regex',
fileMatch: [ fileMatch: [
@ -29,7 +29,7 @@
{ {
commitMessageTopic: 'MSRV', commitMessageTopic: 'MSRV',
matchManagers: [ matchManagers: [
'regex', 'custom.regex',
], ],
matchPackageNames: [ matchPackageNames: [
'rust', 'rust',