Skip to content

Commit

Permalink
chore(deps): update pnpm to v9.13.2 (#856)
Browse files Browse the repository at this point in the history
* chore(deps): update pnpm to v9.13.2

* Reduce pnpm renovate updates to quarterly

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dcroote authored Nov 20, 2024
1 parent c47c6bd commit 4fccd2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"engines": {
"node": "20"
},
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.13.2",
"scripts": {
"sync:VPFlyout": "cp docs/_components/vitepress/VPFlyout.vue node_modules/vitepress/dist/client/theme-default/components/VPFlyout.vue",
"sync:VPNavBarTitle": "cp docs/_components/vitepress/VPNavBarTitle.vue node_modules/vitepress/dist/client/theme-default/components/VPNavBarTitle.vue",
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"matchPackageNames": ["node"],
"enabled": false
},
{
"matchDepTypes": ["packageManager"],
"matchPackageNames": ["pnpm"],
"extends": ["schedule:quarterly"]
},
{
"matchPackageNames": ["vitepress"],
"groupName": "vitepress"
Expand Down

0 comments on commit 4fccd2a

Please sign in to comment.