Skip to content

Commit

Permalink
chore(config): migrate config renovate.json (#1008)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent f81e679 commit e946f10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"extends": ["github>FantasticFiasco/renovate-config"],
"packageRules": [
{
"matchPackagePatterns": ["eslint"],
"groupName": "ESLint packages"
"groupName": "ESLint packages",
"matchPackageNames": ["/eslint/"]
},
{
"matchPackagePatterns": ["jest"],
"groupName": "Jest packages"
"groupName": "Jest packages",
"matchPackageNames": ["/jest/"]
}
],
"ignoreDeps": ["array-flatten", "dns-packet", "standard"]
Expand Down

0 comments on commit e946f10

Please sign in to comment.