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

## Changes Removes an edge case when no packageRules are defined and no depName is supplied. Current behavior is to skip packageName logic if `depName` is not defined and there...

**What Renovate type are you using?** Self-hosted Renovate, version 22.5.0. **Describe the bug** Renovate attempts to downgrade a Composer package, e.g. `drupal/media_bulk_upload` at version `~1.0.0-alpha24` in `composer.json` is suggested to...

type:bug
priority-3-medium
manager:composer
status:requirements

### Describe the proposed change(s). Over on the Octoclairvoyant repository, I stumbled into a possible speed up for the Prettier run in the CI. [^octoclairvoyant-repo] Pasting the conversation: > We...

type:refactor
status:requirements
priority-5-triage

### Describe the proposed change(s). Currently we have some static data, with update scripts, that are manually run. There is: - `debian-distro-info.json`[^1] and `ubuntu-distro-info.json`[^2] updated by `distro-json-generate.mjs`[^3] - (Soon) `azure-pipelines-tasks`...

priority-3-medium
type:refactor
status:ready

### What would you like Renovate to be able to do? Ref: https://github.com/renovatebot/renovate/discussions/17079 Renovate should be able to parse golang's "psuedo-versions" for dependencies that were added prior to the existence...

type:feature
priority-3-medium
status:requirements
reproduction:provided

## Changes As discussed in #16502 and https://github.com/renovatebot/renovate/discussions/16484 this PR proposes my Medium Article about Renovate in a new User Stories section. ## Context ## Documentation (please check one with...

### How are you running Renovate? Self-hosted ### Please select which platform you are using if self-hosting. Bitbucket Cloud (bitbucket.org) ### If you're self-hosting Renovate, tell us what version of...

type:bug
priority-3-medium
status:in-progress
reproduction:provided

### What would you like Renovate to be able to do? Ref: https://github.com/renovatebot/renovate/discussions/17079 Golang dependencies that aren't v2 module compatible (i.e. don't have a `go.mod` in their source) but have...

type:feature
priority-3-medium
manager:gomod
datasource:go
status:requirements
reproduction:provided

### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. 31.81.3, also 32.26.2 ### Please select which platform you are...

type:bug
priority-3-medium
manager:gomod
status:ready
reproduction:confirmed

### Describe the proposed change(s). Currently we compile `commitBody` into `commitMessage` fairly early, during branch update generation: https://github.com/renovatebot/renovate/blob/4ead106f81accce473c0bc73b05c1c4dc738a127/lib/workers/repository/updates/generate.ts#L221-L226 Instead, we should defer `commitBody` compilation until we know we need to...

priority-2-high
type:refactor
breaking
status:ready