Skip to content

For azure pipelines tasks, how to update only the major digit ? #29863

Answered by jmartens
LvffY asked this question in Request Help
Discussion options

You must be logged in to vote

I use the following:

  "packageRules": [ 
    {
      // Only extract major versions for Pipeline Tasks
      "matchDatasources": ["azure-pipelines-tasks"],
      "extractVersion": "^(?<version>\\d+)"
    }
  ]

as found at https://jessehouwing.net/azure-pipelines-enable-renovatebot/ courtesy of @jessehouwing

Replies: 5 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@rarkins
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@LvffY
Comment options

@LvffY
Comment options

Comment options

You must be logged in to vote
2 replies
@LvffY
Comment options

@jessehouwing
Comment options

Answer selected by LvffY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto:logs Issue or Discussion is needs logs/more logs
4 participants