Support replacement PRs on all managers #24883
Replies: 11 comments 5 replies
This comment has been hidden.
This comment has been hidden.
-
#13211 will cover ~75% of managers. I need to get back on that PR |
Beta Was this translation helpful? Give feedback.
-
Would it be possible to expand this logic with a "replace to none" / "remove" |
Beta Was this translation helpful? Give feedback.
-
Maybe? But not with the current set of changes that are in PR right now |
Beta Was this translation helpful? Give feedback.
-
Closed:
In progress: |
Beta Was this translation helpful? Give feedback.
-
I've updated the list in the issue body to reflect the currently supported managers. |
Beta Was this translation helpful? Give feedback.
-
@rarkins you moved this issue to a discussion, but we still link to the old issue (#14149) on the:
What do you want me to do?
|
Beta Was this translation helpful? Give feedback.
-
What would be required to get Maven replacements? Note: https://jakewharton.com/java-interoperability-policy-for-major-version-updates/ which suggests that relocations should happen on every major release, and it is happening on some. |
Beta Was this translation helpful? Give feedback.
-
👋 for Hermit manager, although it has an I have used and tested the A recent issue brought this page into my attention. To avoid future confusion, I would like to tick the box for the If there's anything missing please let me know. |
Beta Was this translation helpful? Give feedback.
-
I've made a stab at the support for |
Beta Was this translation helpful? Give feedback.
-
Hi! I want to expose my case. I have a private GitLab instance deployed and I need to catch the tags of one repo. In order to do that, I'm using a "customManagers": [
{
"customType": "regex",
"fileMatch": "Makefile",
"matchStrings": ["PACKAGE_VERSION\\s:=\\s(?<currentValue>\\d+\\.\\d+.\\d+)"],
"registryUrlTemplate": "https://gitlab.example.com",
"depNameTemplate": "59064",
"datasourceTemplate": "gitlab-tags",
"versioningTemplate": "semver"
}
] The problem I see here is that the Seems that having the Happy to hear any other way to achieve it. Thanks all! |
Beta Was this translation helpful? Give feedback.
-
What would you like Renovate to be able to do?
Right now we only raise replacement PRs for
npm
dependencies.I think we want to support all managers eventually.
This is a big issue to track support for all managers:
Existing issues:
feat: autoreplace support for replacements #13211Once we support all managers, we should update the
readme.md
in this repository, and thesrc/index.md
file in the docs repository. Both have a sentence that mentions this issue (#14149).If you have any ideas on how this should be implemented, please tell us here.
Nope.
Is this a feature you are interested in implementing yourself?
No
Beta Was this translation helpful? Give feedback.
All reactions