jycouet / VSTSExtensions

MIT License
30 stars 11 forks source link

Renovate is adding the "PR has been edited" comment to each pending PR every time it is run #24

Closed elliotleelewis closed 4 years ago

elliotleelewis commented 4 years ago

This is a:

Description

I'm not sure if this is an issue, or a misconfiguration problem, or if its an underlying bug with the actual renovate bot, but each time the build task runs on a repo of mine, it creates a "PR has been edited" comment. See below:

image

My renovate.json:

{
  "extends": [
    "config:base",
    ":preserveSemverRanges"
  ],
  "lockFileMaintenance": {
    "enabled": true
  },
  "prConcurrentLimit": 0,
  "prHourlyLimit": 0
}

Do you have any ideas?

Thanks, and great work with the extension! :)

elliotleelewis commented 4 years ago

Fixed by: https://github.com/renovatebot/renovate/issues/4812