Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /backend
directory: /services/api
schedule:
interval: weekly
day: monday
Expand Down
4 changes: 2 additions & 2 deletions docs/dependabot-update-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Do not change these entries to a non-existent `pnpm` ecosystem name.

Version updates target `develop` and run on Monday morning in `Asia/Taipei`:

- `/backend`: 09:00
- `/services/api`: 09:00
- `/apps/dashboard`: 09:30
- `/apps/extension`: 10:00

Expand All @@ -29,7 +29,7 @@ queue when many packages release close together.

Dependency updates are grouped by review shape:

- Go modules in `/backend` are grouped into `backend-go-deps`.
- Go modules in `/services/api` are grouped into `backend-go-deps`.
- Dashboard pnpm updates are split into production and development groups.
- Tachimint pnpm updates are split into production and development groups.

Expand Down
4 changes: 2 additions & 2 deletions plans/github-actions-enhancements.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ repo 目前已有 9 個 `.github/workflows` 檔案,其中 8 個是 GitHub Acti

### Dependabot Go module 路徑

目前 `.github/dependabot.yml` 與 `docs/dependabot-update-policy.md` 還寫 Go module directory 為 `/backend`,但 repo 現況是:
PR A 修正前,`.github/dependabot.yml` 與 `docs/dependabot-update-policy.md` 還寫 Go module directory 為 `/backend`,但 repo 現況是:

- Go module:`services/api/go.mod`
- 舊路徑 `backend/` 不存在

這會讓 Go Dependabot update 無法正確掃描。這不是新增 workflow,而是應先修正的既有 automation drift。
這會讓 Go Dependabot update 無法正確掃描。這不是新增 workflow,而是應先修正的既有 automation drift。PR A 完成後,這段可視為已處理的背景紀錄。
Comment thread
nurockplayer marked this conversation as resolved.

建議先開一個小 PR:

Expand Down
Loading