Skip to content

Commit

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

* Reduce pnpm 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 07f06ba commit e983d79
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",
"resolutions": {},
"scripts": {
"docs:dev": "pnpm vitepress dev docs",
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
"matchPackageNames": ["vitepress"],
"groupName": "vitepress"
},
{
"matchDepTypes": ["packageManager"],
"matchPackageNames": ["pnpm"],
"extends": ["schedule:quarterly"]
},
{
"matchDepTypes": ["devDependencies"],
"excludePackageNames": ["vitepress"],
Expand Down

0 comments on commit e983d79

Please sign in to comment.