Commit 35b828b
authored
Switch from Dependabot to Renovate to match org convention (#56)
The flagship vortex repo plus duckdb-vortex and vortex-datafusion-cli all
use Renovate; bring vortex.dev in line.
The new renovate.json is modeled on vortex/renovate.json but tailored for
a Next.js marketing site:
- config:recommended + :automergeStableNonMajor + :automergePr +
:automergeRequireAllStatusChecks for safe auto-merge of non-major
bumps once CI passes (replaces the dependabot-auto-merge.yml workflow,
which is now removed since Renovate's platformAutomerge handles this
natively).
- :dependencyDashboard for a single tracking issue.
- schedule:earlyMondays preserves the previous Monday cadence.
- helpers:pinGitHubActionDigests keeps workflow actions SHA-pinned to
match the existing ci.yml style.
- lockFileMaintenance enabled for periodic bun.lock refresh.
- packageRules group Next.js, React, TailwindCSS, MDX pipeline,
Analytics, Biome, and GitHub Actions; "all patch updates" collapses
patch noise into a single weekly PR.
Note: this is not a restore of the original renovate.json from #13. That
config had no grouping, which is part of why the post-Biome-migration
Renovate PRs piled up uncollapsed. The new config groups by ecosystem so
a future toolchain change won't generate a flood of independent PRs.
Signed-off-by: Will Manning <will@willmanning.io>1 parent 06e2a76 commit 35b828b
3 files changed
Lines changed: 67 additions & 117 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
0 commit comments