renovate icon indicating copy to clipboard operation
renovate copied to clipboard

Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io

Results 858 renovate issues
Sort by recently updated
recently updated
newest added

Currently Renovate does not add or modify `azureWorkItemId` in existing PRs. IDs are added only at PR creation. There are two possibilities for solving this: 1. Set or update the...

type:feature
priority-4-low
platform:azure

### Describe the proposed change(s). Current, limit are calculated prior to branch execution: https://github.com/renovatebot/renovate/blob/ed7b17acc9d03bc56bedccb7d39cff5b9c5c844d/lib/workers/repository/process/write.ts#L130-L138 And evaluated within branch execution such as https://github.com/renovatebot/renovate/blob/ed7b17acc9d03bc56bedccb7d39cff5b9c5c844d/lib/workers/repository/update/branch/index.ts#L212-L224 Much of the logic is also inside https://github.com/renovatebot/renovate/blob/main/lib/workers/repository/process/limits.ts...

type:feature
priority-2-high

### Discussed in https://github.com/renovatebot/renovate/discussions/32098 Originally posted by **wtrep** October 22, 2024 ### How are you running Renovate? A Mend.io-hosted app ### If you're self-hosting Renovate, tell us which platform (GitHub,...

type:bug
priority-2-high
manager:npm

### Describe the proposed change(s). Sometimes users have git dependencies - including submodules - which are authenticatable only using ssh and not https. We should find a way for users...

priority-3-medium
core:config

## Changes Change the mypy changelog URL. As of the time of creating this PR: * https://mypy-lang.blogspot.com/: Latest post is about mypy 1.12 * https://mypy.readthedocs.io/en/stable/changelog.html#mypy-1-13 ## Context The mypy blog...

### What would you like Renovate to be able to do? Renovate should be able to consider the automergeSchedule in combination with the platformAutomerge. Currently platformAutomerge overrides the set automergeSchedule...

type:feature
priority-3-medium
core:schedule
core:automerge

### What would you like Renovate to be able to do? This request is an enhancement for the https://github.com/renovatebot/renovate/issues/13825 AFAIU, it is only possible to pass `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` as...

type:feature
priority-3-medium
datasource:maven
auto:no-pings

## Changes The Poetry versioning scheme implemented in Renovate does not perform zero padding whenever a range is encountered. This is correct behaviour for the caret and tilde range specifiers...