-
Notifications
You must be signed in to change notification settings - Fork 18
chore: update renovate config #5376
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
"matchFileNames": ["packages/demo/package.json"], | ||
"allowedVersions": "~18.17", | ||
"matchPackageNames": ["@types/node"] | ||
"groupName": "Stylelint major", |
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.
"groupName": "Stylelint major", | |
"groupName": "Stylelint", |
@@ -24,47 +43,28 @@ | |||
"!@storybook/*", | |||
"!@angular/*", | |||
"!@stencil/*" |
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.
You probably need to exclude tailwindcss
, eslint
, and nextjs
as well.
📄 Description
Updates renovate config to use more pre-defined grouping rules from https://docs.renovatebot.com/presets-group/. This should make it easier to handle the many dependencies that are necessary for our integration testing packages.
I've also re-ordered some of the props so each ruleset uses the same order.