Skip to content

Commit

Permalink
chore: add eslint major group (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph authored Jul 24, 2024
1 parent e2a7730 commit b07020d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
{
"matchPackagePatterns": ["*"],
"excludePackageNames": ["typescript", "bootstrap", "@types/node"],
"excludePackageNames": ["typescript", "bootstrap"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
Expand All @@ -39,6 +39,11 @@
"matchPackagePatterns": ["^stylelint"],
"matchUpdateTypes": ["major"],
"groupName": "Stylelint major"
},
{
"matchPackagePatterns": ["^eslint"],
"matchUpdateTypes": ["major"],
"groupName": "Eslint major"
}
],
"timezone": "Europe/Zurich",
Expand Down

0 comments on commit b07020d

Please sign in to comment.