Skip to content

Commit

Permalink
renovate: Fix openssl versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeister2 committed Jan 21, 2024
1 parent ad34f03 commit 9e099a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
],
"datasourceTemplate": "github-tags",
"depNameTemplate": "openssl/openssl",
"versioningTemplate": "regex:^openssl-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
"versioningTemplate": "semver",
"extractVersionTemplate": "^openssl-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)$",
"registryUrlTemplate": "https://github.com"
}
],
Expand Down

0 comments on commit 9e099a0

Please sign in to comment.