Skip to content

Commit

Permalink
[Issue 1133] Renovate config updates from nava template (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
SammySteiner authored Feb 5, 2024
1 parent a1b836e commit 6b3be7e
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
],
"groupName": "Storybook"
},
{
"description": "Group Next.js packages together",
"matchPackagePatterns": ["next"],
"groupName": "Next.js"
},
{
"description": "Group I18next packages together",
"matchPackagePatterns": [
Expand All @@ -88,11 +93,21 @@
"groupName": "I18next"
},
{
"description": "@uswds/uswds must match the version that react-uswds depends on, so it should be manually updated.",
"description": "Group test packages together",
"enabled": false,
"matchPackagePatterns": [
"@uswds/uswds"
],
"matchPackagePatterns": ["jest", "testing-library"],
"groupName": "Jest"
},
{
"description": "Group CSS-related packages together",
"enabled": false,
"matchPackagePatterns": ["postcss", "sass"],
"groupName": "Styling"
},
{
"description": "@uswds/uswds must match the version that react-uswds depends on, so it should be manually updated. If this isn't here, uswds updates will be included in frontend updates. If a renovate PR fails because of the @uswds/uswds package version, manually update that package version in the PR and that should fix the issue.",
"enabled": false,
"matchPackagePatterns": ["@uswds/uswds"],
"groupName": "USWDS core"
},
{
Expand Down

0 comments on commit 6b3be7e

Please sign in to comment.