Skip to content

Commit

Permalink
Attempt to fix renovate for curl #634
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasdille committed Oct 5, 2023
1 parent 1ce4a2b commit ede0945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -1012,13 +1012,14 @@
{
"datasourceTemplate": "github-releases",
"depNameTemplate": "curl/curl",
"extractVersionTemplate": "^curl-(?<version>\\d+_\\d+_\\d+?)$",
"fileMatch": [
"^tools/curl/manifest.yaml$"
],
"matchStrings": [
"version: \"?(?<currentValue>.*?)\"?\\n"
],
"versioningTemplate": "regex:^curl-(?<major>\\d+?)_(?<minor>\\d+?)_(?<patch>\\d+?)$"
"versioningTemplate": "regex:^(?<major>\\d+?)_(?<minor>\\d+?)_(?<patch>\\d+?)$"
},
{
"datasourceTemplate": "github-releases",
Expand Down
3 changes: 2 additions & 1 deletion tools/curl/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ description: Tool and library for transferring data with URL syntax
renovate:
datasource: github-releases
package: curl/curl
versioning: regex:^curl-(?<major>\d+?)_(?<minor>\d+?)_(?<patch>\d+?)$
extractVersion: ^curl-(?<version>\d+_\d+_\d+?)$
versioning: regex:^(?<major>\d+?)_(?<minor>\d+?)_(?<patch>\d+?)$
priority: low

0 comments on commit ede0945

Please sign in to comment.