Skip to content

Commit

Permalink
Instead of extractVersion, try a regex versioning scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeister2 committed Dec 16, 2023
1 parent 4c7fbff commit b8d8989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/VERSIONS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# renovate: datasource=github-tags depName=openssl/openssl extractVersion=^openssl-(?<version>.+)$ registryUrl=https://github.com
# renovate: datasource=github-tags depName=openssl/openssl versioning=regex:^openssl-(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))? registryUrl=https://github.com
OPENSSL_VERSION=openssl-3.2.0

# renovate: datasource=github-tags depName=nghttp2/nghttp2 versioning=semver registryUrl=https://github.com
Expand Down

0 comments on commit b8d8989

Please sign in to comment.