-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: refine renovate config #1747
Conversation
✅ Deploy Preview for api-clients-automation ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THIS IS HUGE
"fileMatch": [ | ||
"\\.github/workflows/.*\\.ya?ml$" | ||
] | ||
}, | ||
"ignorePaths": [ | ||
"**/algoliasearch/**", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it allow negative patterns? maybe we can ignore everything in packages but the common ones
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately no it's only glob
, not even regex, and the includePaths
property doesn't work alongside it so we can't do like in generation.config.mjs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gg!!
🧭 What and Why
Using
renovate
locally I was able to make sure all1926
versions we have in our monorepo are either tracked by renovate, or generated, for a total of of373
tracked dependencies in82
files !