Skip to content

Commit

Permalink
ci(renovate): add datasource for putty
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddj committed Jul 3, 2024
1 parent 9de8e5e commit 0942c19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"{\"releases\": [ {\"version\": $.LATEST_FIREFOX_VERSION } ] }"
],
},
"putty": {
"defaultRegistryUrlTemplate": "https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html",
"format": "html",
},
},
"customManagers": [
{
Expand All @@ -26,6 +30,10 @@
},
],
"packageRules": [
{
"matchDatasources": ["custom.putty"],
"extractVersion": "putty-64bit-(?<version>.+)-installer.msi$"
},
{
"matchPackageNames": ["python/cpython"],
"separateMinorPatch": true,
Expand Down

0 comments on commit 0942c19

Please sign in to comment.