Skip to content

Commit

Permalink
dep updates and renovate config (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Dec 10, 2024
1 parent 2b1aaa0 commit 50af794
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@tscircuit/soup-util": "^0.0.26",
"@types/three": "^0.165.0",
"jscad-electronics": "^0.0.22",
"jscad-fiber": "^0.0.63",
"jscad-planner": "^0.0.7",
"jscad-fiber": "^0.0.74",
"jscad-planner": "^0.0.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use-gesture": "^9.1.3",
Expand Down
19 changes: 19 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"packagePatterns": ["*"],
"excludePackagePatterns": [
"@tscircuit/*",
"jscad-planner",
"jscad-fiber"
],
"enabled": false
},
{
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true
}
]
}

0 comments on commit 50af794

Please sign in to comment.