Skip to content

Commit

Permalink
chore(renovate): setup a package rule for eslint (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei authored Jan 2, 2025
1 parent a370960 commit 1af18e4
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"ignorePaths": ["**/benches/**"],
"schedule": ["every 2 weeks on monday"]
"schedule": ["every 2 weeks on monday"],
"packageRules": [
{
"matchDepTypes": ["devDependencies"],
"matchPackageNames": [
"eslint",
"eslint-*",
"typescript-eslint",
"@eslint/**"
],
"groupName": "devDependencies (eslint)"
}
]
}

0 comments on commit 1af18e4

Please sign in to comment.