Skip to content

Commit

Permalink
build: add package rules for pnpm in renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
takumin committed Dec 11, 2024
1 parent 757ea0a commit 970ffae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@
"automerge": true,
"lockFileMaintenance": {
"enabled": true
}
},
"packageRules": [
{
"groupName": "pnpm",
"matchPackageNames": ["pnpm", "pnpm/pnpm"]
}
]
}

0 comments on commit 970ffae

Please sign in to comment.