Skip to content

Commit

Permalink
Trying to fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 25, 2024
1 parent 6bb2463 commit 76f141e
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': [
'<(?<depName>[^\\s]+)Version>(?<currentValue>[^<]+)</(?<depName>[^\\s]+)Version>'
'<AnalyzerPackage Include="(?<depName>[^"]+)" Version="(?<currentValue>[^"]+)"/>'
],
'datasourceTemplate': 'nuget',
'versioningTemplate': 'nuget'
Expand Down

0 comments on commit 76f141e

Please sign in to comment.