Skip to content

Commit

Permalink
Merge pull request #2147 from dafyddj/ci/renovate
Browse files Browse the repository at this point in the history
ci(renovate): fix version extraction for `firefox-esr`
  • Loading branch information
dafyddj authored Jul 10, 2024
2 parents 897e865 + 2da3284 commit 88f7e19
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
"packageRules": [
{
"matchDatasources": ["custom.putty"],
"extractVersion": "putty-64bit-(?<version>.+)-installer.msi$"
"extractVersion": "putty-64bit-(?<version>.+)-installer\\.msi$",
},
{
"matchDepNames": ["firefox-esr"],
"extractVersion": "(?<version>.+)esr$",
},
{
"matchPackageNames": ["python/cpython"],
Expand Down

0 comments on commit 88f7e19

Please sign in to comment.