Update renovate.json5
This commit is contained in:
parent
76725b2db8
commit
25e634cb24
1 changed files with 2 additions and 2 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue