matchStringsStrategy = any with jsonata? #34700
Unanswered
evilensky
asked this question in
Request Help
Replies: 1 comment 1 reply
-
Did you consider appending two arrays for the different paths, like so?:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
A Mend.io-hosted app
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
what I think my question is
Can I get a jsonata manager to match multiple times per file?
What I'm trying to do
My source document looks like this:
Details
I have a regex manager that looks like this:
The intent of this is to create separate PRs for different values in the same file for the same package: ArgoCD is configured with a general version number but has an
overrides
key that can specify other keys which are environments. We want to receive separate suggestions for overrides if present. I've overloadingdepType
for the environment name value.Details
I would like to replace regex with jsonata.
matchStringsStrategy
to anyIs there a more correct approach here?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions