Skip to content

Commit

Permalink
Maybe customManagers
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 25, 2024
1 parent 8835799 commit 6bb2463
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
'$schema': 'https://docs.renovatebot.com/renovate-schema.json',
'extends': ['github>Lombiq/renovate-config:default-dotnet.json5'],
'packageRules': [
'customManagers': [
{
'matchFileNames': ['**/*AnalyzerPackages.props'],
'matchManagers': ['nuget'],
'enabled': true
}
'customType': 'regex',
'fileMatch': ['(^|/)AnalyzerPackages\\.props$'],
'matchStrings': [
'<(?<depName>[^\\s]+)Version>(?<currentValue>[^<]+)</(?<depName>[^\\s]+)Version>'
],
'datasourceTemplate': 'nuget',
'versioningTemplate': 'nuget'
},
],
}

0 comments on commit 6bb2463

Please sign in to comment.