From f4e3a45730521999383dd90150a0bee3eb023fe0 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Thu, 7 Sep 2023 10:06:43 +0200 Subject: [PATCH 1/2] fix(doc): update statement about replacements as they are now available for all managers --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1ceaf9c1244ba9..14d99a389ab2cc 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ Multi-platform and multi-language. - Bot behavior is customizable via configuration files (config as code) - Use ESLint-like shared config presets for ease of use and simplifying configuration (JSON format only) - Lock files are supported and updated in the same commit, including immediately resolving conflicts whenever PRs are merged -- Get replacement PRs to migrate from a deprecated dependency to the community suggested replacement (npm packages only) +- Get replacement PRs to migrate from a deprecated dependency to the community suggested replacement - Open source (installable via npm/Yarn or Docker Hub) so can be self-hosted or used via the Mend Renovate App ## Supported Platforms From 477ec42d9f02d5ffcf0bbee86f1213067df21875 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Fri, 8 Sep 2023 10:11:56 +0200 Subject: [PATCH 2/2] Renovate only supports replacement PRs for some managers right now Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 14d99a389ab2cc..069d421de202bd 100644 --- a/readme.md +++ b/readme.md @@ -24,7 +24,7 @@ Multi-platform and multi-language. - Bot behavior is customizable via configuration files (config as code) - Use ESLint-like shared config presets for ease of use and simplifying configuration (JSON format only) - Lock files are supported and updated in the same commit, including immediately resolving conflicts whenever PRs are merged -- Get replacement PRs to migrate from a deprecated dependency to the community suggested replacement +- Get replacement PRs to migrate from a deprecated dependency to the community suggested replacement, works with _most_ managers, see [issue 14149](https://github.com/renovatebot/renovate/issues/14149) for exceptions - Open source (installable via npm/Yarn or Docker Hub) so can be self-hosted or used via the Mend Renovate App ## Supported Platforms