Skip to content

Struggling with extractVersion #8068

Discussion options

You must be logged in to vote

One problem is that you need to remove updateTypes from your package rule:

  "packageRules": [
    {
      "packageNames": ["nginx"],
      "extractVersion": "^release-(?<version>\\d+.\\d+)"
    }
  ],

=

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@gregoryduckworth
Comment options

@rarkins
Comment options

@gregoryduckworth
Comment options

Answer selected by gregoryduckworth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants