Skip to content

Commit

Permalink
ci: use matchDepNames in renovate.json (#6905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed May 13, 2024
1 parent b557c6e commit 1cf0263
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"packageRules": [
{
"matchPackageNames": ["napi", "napi-build", "napi-derive"],
"matchDepNames": ["napi", "napi-build", "napi-derive"],
"rangeStrategy": "replace",
"groupName": "napi-rs"
},
Expand All @@ -33,11 +33,7 @@
"groupName": "opentelemetry"
},
{
"matchPackageNames": [
"@prisma/client",
"@prisma/instrumentation",
"prisma"
],
"matchDepNames": ["@prisma/client", "@prisma/instrumentation", "prisma"],
"rangeStrategy": "replace",
"groupName": "prisma"
},
Expand All @@ -47,7 +43,7 @@
"groupName": "electron-forge"
},
{
"matchPackageNames": ["oxlint"],
"matchDepNames": ["oxlint"],
"rangeStrategy": "replace",
"groupName": "oxlint"
},
Expand All @@ -73,7 +69,7 @@
{
"groupName": "rust toolchain",
"matchManagers": ["custom.regex"],
"matchPackageNames": ["rustc"]
"matchDepNames": ["rustc"]
}
],
"commitMessagePrefix": "chore: ",
Expand Down

0 comments on commit 1cf0263

Please sign in to comment.