aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/renovate.json51
-rw-r--r--package.json3
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index 7a29b835e..92227fff4 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -65,6 +65,7 @@
"ignoreDeps": [
// manually bumping deps
"@biomejs/biome",
+ "knip",
"@types/node",
// TODO: investigate upgrade (zod import issues with atproto)
diff --git a/package.json b/package.json
index d79a0e38f..9d80f3e5a 100644
--- a/package.json
+++ b/package.json
@@ -39,8 +39,7 @@
"lint:fix": "biome lint --write --unsafe",
"publint": "pnpm -r --filter=astro --filter=create-astro --filter=\"@astrojs/*\" --no-bail exec publint",
"version": "changeset version && node ./scripts/deps/update-example-versions.js && pnpm install --no-frozen-lockfile && pnpm run format",
- "preinstall": "npx only-allow pnpm",
- "knip": "knip"
+ "preinstall": "npx only-allow pnpm"
},
"workspaces": [
"packages/markdown/*",