Skip to content

Commit

Permalink
Update regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Matyrobbrt authored Jun 28, 2024
1 parent 942c9e9 commit c47f35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"tools\\.properties$"
],
"matchStrings": [
"[A-Z_]+=(?<depName>[a-z0-9:\\.-]+):(?<currentValue>[\\d\\.]+)"
"[A-Z_]+=(?<depName>[\\w:\\.-]+):(?<currentValue>[\\d\\.]+)(:(?<depClassifier>[a-z]+))?"
],
"datasourceTemplate": "maven"
}
Expand Down

0 comments on commit c47f35b

Please sign in to comment.