Commit aaf1b75
authored
Remove claude action and cleanup (#99)
This pull request focuses on updating and streamlining the project's
dependency management and CI workflows. Major changes include
simplifying Dependabot configuration for both backend and frontend
dependencies, and removing the GitHub Actions workflows related to
Claude code review and comment-triggered automation. Additionally, the
Dockerfile is updated to use a lighter base image and ensure
compatibility with native modules.
**Dependabot configuration improvements:**
* Combined backend dependency updates into a single `backend-all` group
matching all patterns and update types (major, minor, patch) in
`.github/dependabot.yml`.
* Simplified frontend dependency groups by replacing specific patterns
with wildcard `"*"` for both minor/patch (`frontend-minor-patch`) and
major (`frontend-major`) updates, consolidating previously separate
groups for Next.js, React, and ESLint.
**CI workflow removals:**
* Deleted the `claude-code-review.yml` workflow, removing automated code
review jobs using Claude for pull requests.
* Removed the `claude.yml` workflow, which previously enabled
Claude-triggered automation via comments and reviews.
**Dockerfile optimization:**
* Switched the frontend build stage base image from `node:24-bookworm`
to the lighter `node:24-alpine`, and added `libc6-compat` to support
native modules on Alpine Linux.chore(deps): update dependabot
configuration for backend and frontend groups1 parent 3510780 commit aaf1b75
5 files changed
Lines changed: 30 additions & 155 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
| |||
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
23 | | - | |
| 31 | + | |
24 | 32 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
31 | | - | |
| 37 | + | |
32 | 38 | | |
33 | | - | |
34 | | - | |
| 39 | + | |
35 | 40 | | |
36 | | - | |
37 | | - | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
0 commit comments