aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2025-05-21 16:32:58 +0100
committerGravatar GitHub <noreply@github.com> 2025-05-21 16:32:58 +0100
commit955ed46ed17f59a982c170f20aa55ee49d7221e8 (patch)
tree848108823bbfbdadb6000445ac816fb8db01ed52
parente9fc456b58511da3ae2f932256217b3db4c42998 (diff)
downloadastro-955ed46ed17f59a982c170f20aa55ee49d7221e8.tar.gz
astro-955ed46ed17f59a982c170f20aa55ee49d7221e8.tar.zst
astro-955ed46ed17f59a982c170f20aa55ee49d7221e8.zip
chore: lock knip in renovate (#13836)
Co-authored-by: florian-lefebvre <69633530+florian-lefebvre@users.noreply.github.com>
-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/*",