diff --git a/bun.lockb b/bun.lockb index 3e8545a..de966e7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index c530ac9..19571b8 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..c6654bc --- /dev/null +++ b/renovate.json @@ -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 + } + ] +}