Skip to content

Commit

Permalink
Add Renovate packageRules for ESLint and Supertest
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Jun 21, 2024
1 parent 6278e08 commit 4e86220
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>apitally/renovate-config"]
"extends": ["github>apitally/renovate-config"],
"packageRules": [
{
"matchPackagePatterns": ["^eslint", "^@typescript-eslint"],
"groupName": "ESLint"
},
{
"matchPackageNames": ["supertest", "@types/supertest"],
"groupName": "Supertest"
}
]
}

0 comments on commit 4e86220

Please sign in to comment.