How do we debug/test configuration options #14215
Replies: 6 comments 13 replies
-
It's a bit like debugging SQL. You can of course validate if an SQL statement is syntactically wrong, but there are no tools which can tell you if the SQL you wrote will return what you want it to return, without you running it on real data, or a copy. If you have ideas for a feasible type of "playground" and anything similar you've found which we can take inspiration from, then feel free to suggest it in Ideas & Suggestions here. If in doubt:
There is also the option of running locally with |
Beta Was this translation helpful? Give feedback.
-
I did look at "Ways to run Renovate" at the bottom of https://docs.renovatebot.com but I confess it kept talking me in circles. I went to docs.renovatebot.com and then to https://www.npmjs.com/package/renovate where the readme told me to |
Beta Was this translation helpful? Give feedback.
-
I'm curious if there's a tool that, given a file, will traverse the |
Beta Was this translation helpful? Give feedback.
-
For me running |
Beta Was this translation helpful? Give feedback.
-
I think that a "summary screen" would be helpful. From the POI of the onboarding, a "Dependency Dashboard", including:
would be useful. Probably there are other changes it does too, but I cannot think of them. Ofc, for public repos, I guess it's "equivalent" to opening/onboarding a fork. |
Beta Was this translation helpful? Give feedback.
-
A way to follow only a single project/package/baseBranch on the output - either as instructions on the documentation site, or also changing output. Hopefully in a way that would be easy to reconfigure on a CI level (== env variables) |
Beta Was this translation helpful? Give feedback.
-
For example, I have added some configuration to add language specific labels and (matchLanguages) and component specific labels (using matchPaths) and none of this is working as expected. No doubt I have made a mistake or I have misunderstood the purpose of these config options, but how on earth is one supposed to find out what is wrong? Are there diagnostic logs or something somewhere that one can look at? At the moment it seems I have to commit config changes and then just cross my fingers.
Beta Was this translation helpful? Give feedback.
All reactions