Skip to content

Commit

Permalink
chore: bump pnpm version used by renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverDudgeon committed Dec 16, 2024
1 parent 9230c30 commit 19594b9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@
":semanticCommitTypeAll(chore)",
":disableRateLimiting"
],
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"constraints": {
"pnpm": "8"
"pnpm": "9"
},
"packageRules": [
{
"matchPackageNames": ["!nextjs-routes"]
"matchPackageNames": [
"!nextjs-routes"
]
}
]
}

0 comments on commit 19594b9

Please sign in to comment.