Skip to content
20 changes: 20 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,26 @@
"extends": ["config:js-lib"]
},
// By Package Manager
{
// Disable sync-generated example directories entirely to avoid lockfile-only churn
// from standalone example apps. Hand-maintained examples are still allowed through
// the pnpm group above.
"description": "Disable automated updates for sync-generated example projects",
"matchFileNames": [
"examples/basic/**",
"examples/basic-js/**",
"examples/stackblitz/**",
Comment thread
yamcodes marked this conversation as resolved.
Outdated
"examples/with-bun/**",
"examples/with-bun-react/**",
"examples/with-nextjs/**",
"examples/with-nextjs-strict/**",
"examples/with-nuxt/**",
"examples/with-solid-start/**",
"examples/with-standard-schema/**",
"examples/with-vite-react/**"
],
"enabled": false
Comment thread
yamcodes marked this conversation as resolved.
Outdated
},
{
// Group pnpm workspace updates (minor/patch) across selected dirs
"groupName": "the pnpm group",
Expand Down
Loading