Skip to content

Commit

Permalink
Fix regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 18, 2022
1 parent 8acfab8 commit 40be460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Expand Up @@ -14,7 +14,7 @@
regexManagers: [
{
fileMatch: ['^build.gradle$', '.*/build.gradle$'],
matchStrings: ['toolVersion = "(?<currentValue>.*)" # (?<depName>.*)'],
matchStrings: ['toolVersion = "(?<currentValue>.*)" // (?<depName>.*)'],
datasourceTemplate: 'maven',
},
],
Expand Down

0 comments on commit 40be460

Please sign in to comment.