Skip to content

Commit

Permalink
[renovate] fix pin build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Oct 3, 2024
1 parent ddcfbfa commit 76e8709
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
{
"matchFileNames": ["ui/**"],
"matchManagers": ["npm", "cargo"],
"matchDepTypes": ["dependencies", "devDependencies", "buildDependencies"],
"matchDepTypes": [
"dependencies",
"devDependencies",
"build-dependencies"
],
"rangeStrategy": "pin"
}
]
Expand Down

0 comments on commit 76e8709

Please sign in to comment.