Support for yaml anchor for compose file #32805
vic1707
started this conversation in
Suggest an Idea
Replies: 1 comment
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
Hi,
I wanted to add renovate to my repo but found out that yaml anchors aren't supported yet (minimal example)
Above yml file doesn't add 1 to the count of dependencies, but
does.
Tested with
npx renovate --platform=local --onboarding=false
The dep appears when removing the anchor.
I don't know how hard it would be to add support for anchors but it would certainly be a nice to have 👍.
Beta Was this translation helpful? Give feedback.
All reactions