Skip to content

Commit

Permalink
chore: skip rc versions for util-linux
Browse files Browse the repository at this point in the history
Skip pre-release versions for util-linux.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 15, 2023
1 parent a94850e commit 9bea7d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
{
"matchPackageNames": [
"golang/go",
"git://git.savannah.gnu.org/make.git"
"git://git.savannah.gnu.org/make.git",
"git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git"
],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.?(?<patch>\\d+)?$"
},
Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ vars:
texinfo_sha256: f211ec3261383e1a89e4555a93b9d017fe807b9c3992fb2dff4871dae6da54ad
texinfo_sha512: 26dd5bb1392f2197ecde296ba157d4533f4b11fadf1238481da4cf2b3796c665ce96049df8d2f9a6d4fa22b7e9013d9978d195e525288663f0a54482bbc22b2b

# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ versioning=loose depName=git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
util_linux_version: 2.38.1
util_linux_sha256: 60492a19b44e6cf9a3ddff68325b333b8b52b6c59ce3ebd6a0ecaa4c5117e84f
util_linux_sha512: 07f11147f67dfc6c8bc766dfc83266054e6ede776feada0566b447d13276b6882ee85c6fe53e8d94a17c03332106fc0549deca3cf5f2e92dda554e9bc0551957
Expand Down

0 comments on commit 9bea7d0

Please sign in to comment.