Skip to content

Commit

Permalink
Better capture group names
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 25, 2024
1 parent 76f141e commit e55373c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'customType': 'regex',
'fileMatch': ['(^|/)AnalyzerPackages\\.props$'],
'matchStrings': [
'<AnalyzerPackage Include="(?<depName>[^"]+)" Version="(?<currentValue>[^"]+)"/>'
'<AnalyzerPackage Include="(?<packageName>[^"]+)" Version="(?<currentVersion>[^"]+)"/>'
],
'datasourceTemplate': 'nuget',
'versioningTemplate': 'nuget'
Expand Down

0 comments on commit e55373c

Please sign in to comment.