Skip to content

Commit

Permalink
chore(deps): update backend deps (#332)
Browse files Browse the repository at this point in the history
* chore(deps): update husky prepare call

* chore(deps): update backend deps

* chore(renovate): use update-lockfiles strategy instead
  • Loading branch information
greenhat616 authored Jan 27, 2024
1 parent 348c908 commit 506e1df
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 37 deletions.
72 changes: 36 additions & 36 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"upload:osx-aarch64": "tsx scripts/osx-aarch64-upload.ts",
"generate:manifest": "run-p generate:manifest:*",
"generate:manifest:latest-version": "tsx scripts/generate-latest-version.ts",
"prepare": "husky install",
"prepare": "husky",
"prepare:nightly": "tsx scripts/prepare-nightly.ts"
},
"prettier": {
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"matchManagers": ["npm"],
"rangeStrategy": "pin"
},
{
"matchManagers": ["cargo"],
"rangeStrategy": "update-lockfile"
},
{
"groupName": "Bundler packages",
"matchPackagePatterns": ["vite", "unplugin"]
Expand Down

0 comments on commit 506e1df

Please sign in to comment.