Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Aug 6, 2024
1 parent 13c6518 commit beda69c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@
"reviewersFromCodeOwners": true,
"packageRules": [
{
"matchDepTypes": [
"dependencies",
"require"
],
"matchDepTypes": ["dependencies", "require"],
"semanticCommitType": "deps",
"semanticCommitScope": null
},
Expand Down Expand Up @@ -64,6 +61,17 @@
"postUpgradeTasks": {
"commands": ["corepack use '{{{depName}}}@{{{newVersion}}}'"]
}
},
{
"groupName": "discord.js monorepo",
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"matchPackagePrefixes": ["@discordjs/"]
},
{
"extends": ["monorepo:sentry-javascript"],
"groupName": "sentry-javascript monorepo",
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"matchPackagePrefixes": ["@sentry/"]
}
],
"customManagers": [
Expand Down

0 comments on commit beda69c

Please sign in to comment.