Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Apr 4, 2024
1 parent 81cdd8e commit dea3011
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:best-practices",
"schedule:earlyMondays",
"group:allNonMajor",
":prHourlyLimitNone",
"helpers:pinGitHubActionDigests"
":prHourlyLimitNone"
],
"labels": ["dependencies"],
"lockFileMaintenance": {
Expand Down Expand Up @@ -35,12 +34,16 @@
"rangeStrategy": "replace"
},
{
"groupName": "typescript-eslint",
"matchPackagePrefixes": ["@typescript-eslint/"]
"groupName": "eslint",
"matchPackagePrefixes": [
"@eslint-types/",
"@typescript-eslint/",
"eslint"
]
},
{
"groupName": "vitest",
"matchPackageNames": ["@vitest/coverage-v8", "@vitest/ui", "vitest"]
"matchPackagePrefixes": ["@vitest/", "vitest"]
},
{
"groupName": "prettier",
Expand Down

0 comments on commit dea3011

Please sign in to comment.