Commit 2e1b495
authored
chore(deps): consolidate dependency automation on Renovate + enable CI for merge queue (#765)
* ci: run CI on merge_group for merge queue support
Add the merge_group trigger so the workflow executes on the temporary
commits GitHub creates for the merge queue (gh-readonly-queue/**). Without
it, the required status check never runs and the queue stalls.
Disable cancel-in-progress for merge_group events: cancelling a run that
is in the queue fails the group, so only cancel duplicate push/PR runs.
* chore(deps): remove dependabot in favor of renovate
Dependabot and Renovate were both opening PRs for the same dependencies
(e.g. codecov-action #648/#740, @biomejs/biome #763/#701, vitest #587/#756).
Keep Renovate only: it already groups ecosystem updates, schedules major
reviews, and auto-merges safe patches.
Delete the dependabot config and its auto-merge workflow (gated on
dependabot[bot] actor), and reword the type:dependency label.
* chore(deps): expand renovate grouping for real dependency map
Group the remaining ecosystems by the actual dependencies in
gradle/libs.versions.toml and the frontend package.json files:
- Spring Framework & Security, Spring AI, Jackson (tools.jackson + 2.x compat),
Reactor, backend testing libs, Gradle plugins
- Vue UI/headless stack (reka-ui, shadcn-vue, vaul-vue, embla-carousel-vue,
tanstack-vue-table, pragmatic-drag-and-drop, etc.)
- Vite/Vitest tooling, TypeScript and @types, @vue/* and @vueuse/*, Astro
icon sets, Playwright/axe coverage
Drop the stale matchFileNames from Vue Core and Astro so grouping applies
across app, admin and marketing, and add groups that were missing entirely.1 parent 85464db commit 2e1b495
5 files changed
Lines changed: 127 additions & 316 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
11 | | - | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
This file was deleted.
0 commit comments