Skip to content

Commit

Permalink
deps: don't exclude non-major size-limit from general updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Nov 13, 2023
1 parent 16cb0d7 commit 3c8008a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
]
},
{
"excludePackagePatterns": ["^@sentry", "^@?size-limit"],
"excludePackagePatterns": ["^@sentry"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchFiles": ["package.json"],
Expand Down

0 comments on commit 3c8008a

Please sign in to comment.