Skip to content

Commit

Permalink
Merge pull request #115 from cubicdaiya/feature_use_renovate_for_open…
Browse files Browse the repository at this point in the history
…resty

Update openresty/openresty package versioning regex pattern
  • Loading branch information
catatsuy authored Dec 24, 2023
2 parents 7787a88 + 5026750 commit 50b430d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,28 @@
"matchStrings": [
"OpenSSLVersion\\s+=\\s\"(?<currentValue>[0-9.]*)\""
]
},
{
"fileMatch": [
"builder/const.go"
],
"extractVersionTemplate": "^v(?<version>[0-9.]*)$",
"datasourceTemplate": "github-tags",
"depNameTemplate": "openresty/openresty",
"matchStrings": [
"OpenRestyVersion\\s+=\\s\"(?<currentValue>[0-9.]*)\""
]
}
],
"packageRules": [
{
"matchDatasources": [
"github-tags"
],
"matchPackageNames": [
"openresty/openresty"
],
"versioning": "regex:^(?<major>[0-9]+)\\.(?<minor>[0-9]+)\\.(?<patch>[0-9]+)(\\.(?<build>[0-9]*))?$"
}
],
"postUpdateOptions": [
Expand Down

0 comments on commit 50b430d

Please sign in to comment.