Skip to content

Commit

Permalink
ci(renovate): fix escaping for putty
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Jul 10, 2024
1 parent 54749e1 commit 2da3284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"packageRules": [
{
"matchDatasources": ["custom.putty"],
"extractVersion": "putty-64bit-(?<version>.+)-installer.msi$"
"extractVersion": "putty-64bit-(?<version>.+)-installer\\.msi$",
},
{
"matchDepNames": ["firefox-esr"],
Expand Down

0 comments on commit 2da3284

Please sign in to comment.