Skip to content

Commit

Permalink
Merge pull request #119 from cubicdaiya/feature_mod_renovate_for_zlib
Browse files Browse the repository at this point in the history
Auto Update zlib version in builder/const.go
  • Loading branch information
catatsuy authored Jan 23, 2024
2 parents 78a1e6c + 9a53ed6 commit 32ff72e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion builder/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const (

// zlib
const (
// datasource=github-tags depName=madler/zlib
ZlibVersion = "1.3"
ZlibDownloadURLPrefix = "https://zlib.net"
)
Expand Down
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@
"NginxVersion\\s+=\\s\"(?<currentValue>[0-9.]*)\""
]
},
{
"fileMatch": [
"builder/const.go"
],
"extractVersionTemplate": "^v(?<version>.*)$",
"datasourceTemplate": "github-tags",
"depNameTemplate": "madler/zlib",
"matchStrings": [
"ZlibVersion\\s+=\\s\"(?<currentValue>[0-9.]*)\""
]
},
{
"fileMatch": [
"builder/const.go"
Expand Down

0 comments on commit 32ff72e

Please sign in to comment.