renovate
renovate copied to clipboard
Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
## Changes Use `joinUrlParts` for URL construction in datasources. ## Context https://github.com/renovatebot/renovate/pull/16545#discussion_r928207641 ## Documentation (please check one with an [x]) - [ ] I have updated the documentation, or -...
### What would you like Renovate to be able to do? We are using Renovate at work and we make use of the power of the regex manager to support...
### How are you running Renovate? WhiteSource Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please select...
## Changes Added code commit platform ## Context discussion is in the issue #2868 Limitations: 1) AWS is missing an API to "GetBatchPullRequests" which could help us get all pull...
### What would you like Renovate to be able to do? Update the version of Lombok (`org.projectlombok/lombok`) inside the `build.gradle` configuration: ``` lombok { version = "1.18.20" } allprojects {...
**How are you running Renovate?** - [x] WhiteSource Renovate hosted app on github.com - [ ] Self hosted If using the hosted app, please skip to the next section. Otherwise,...
**What Renovate type, platform and version are you using?** - Renovate for GitHub **Describe the bug** If tags rule of the target repository has a prefix, Renovate will insert it...
**What would you like Renovate to be able to do?** We need to make one more request for each tag retrieved from Docker Hub API. Though, each manifest contains lots...
## Changes - `homepage` property should only be deleted if `sourceUrl` has been set to it. - Delete `homepage` if its same as `sourceUrl` after "massaging" it and its not...
### Describe the proposed change(s). ## Intro I wrote some GitHub issue search queries that help us check if any issues are wrongly labeled. Maybe we can automate this task,...