Updating preset tag versions in renovate.json #19318
|
Does renovate currently have support for updating the versions of shareable config presets that are specified using the tag syntax? For example, if I have shared preset repo {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"gitlab>my-cool-org/renovate-config:automerge-dev#v1.0.0"
]
}If I add a new tag and a new GitLab release for v1.0.1, is there a way to get renovate to discover this and update renovate.json in the repo? |
Answered by
viceice
Dec 8, 2022
Replies: 2 comments 5 replies
|
not yet, you need to use regex manager to update. 🤷♂️ |
3 replies
Answer selected by
ryancausey
|
I apologize for posting here in this resolved discussion, but has anyone found something that works? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
not yet, you need to use regex manager to update. 🤷♂️