Skip to content

Commit

Permalink
[infra] Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Oct 8, 2024
1 parent 7590f59 commit 5affff8
Showing 1 changed file with 14 additions and 33 deletions.
47 changes: 14 additions & 33 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,39 +31,29 @@
"allowedVersions": "< 2.0.0"
},
{
"groupName": "JSS",
"matchPackageNames": [
"css-jss",
"jss-plugin-cache",
"jss-plugin-camel-case",
"jss-plugin-compose",
"jss-plugin-default-unit",
"jss-plugin-expand",
"jss-plugin-extend",
"jss-plugin-global",
"jss-plugin-isolate",
"jss-plugin-nested",
"jss-plugin-props-sort",
"jss-plugin-rule-value-function",
"jss-plugin-rule-value-observable",
"jss-plugin-template",
"jss-plugin-vendor-prefixer",
"jss-preset-default",
"jss-starter-kit",
"jss",
"react-jss"
]
"groupName": "eslint",
"matchPackagePatterns": ["eslint", "eslint-*"],
"automerge": true
},
{
"automerge": true,
"matchPackageNames": ["@types/**"]
},
{
"groupName": "MUI",
"matchPackagePatterns": ["@mui/*"],
"matchPackagePatterns": [
"@mui/*",
"playwright",
"@playwright/test",
"mcr.microsoft.com/playwright"
],
"allowedVersions": "!/-dev/",
"schedule": "before 6:00am on Wednesday"
},
{
"groupName": "Public packages' dependencies",
"matchFileNames": ["packages/*/package.json"],
"matchDepTypes": ["dependencies"],
"matchDepTypes": ["dependencies", "devDependencies"],
"schedule": "before 6:00am on Wednesday"
},
{
Expand Down Expand Up @@ -91,20 +81,11 @@
"matchFileNames": ["packages/*/package.json"],
"enabled": false
},
{
"groupName": "bundling fixtures",
"matchPaths": ["test/bundling/fixtures/**/package.json"],
"schedule": "every 6 months on the first day of the month"
},
{
"groupName": "examples",
"matchPaths": ["examples/**/package.json"],
"enabled": false
},
{
"groupName": "Playwright",
"matchPackageNames": ["playwright", "@playwright/test", "mcr.microsoft.com/playwright"]
},
{
"matchDepTypes": ["action"],
"pinDigests": true
Expand Down

0 comments on commit 5affff8

Please sign in to comment.