Skip to content

Commit 24edc22

Browse files
docs: dependabot 예시 수정
- dependabot/npm_and_yarn/turbo-2.7.3는 3단계 형식에 해당 - 2단계 형식 예시에서 3단계 형식 예시로 재배치 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent e706d60 commit 24edc22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/docs/branch-name-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
✅ refactor/backend/auth-logic
5353
✅ docs/api/endpoint-guide
5454
✅ test/integration/payment-flow
55-
fix/api/404-error
55+
dependabot/npm_and_yarn/turbo-2.7.3
5656
```
5757

5858
### ❌ 잘못된 형식

.husky/docs/branch-name-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
✅ claude/refactor-api
3838
✅ hotfix/security-patch-2024
3939
✅ release/1.0.0
40-
✅ dependabot/npm_and_yarn/turbo-2.7.3
4140
```
4241

4342
### 3단계 형식 (도메인 포함)
@@ -48,6 +47,7 @@
4847
✅ refactor/backend/auth-logic
4948
✅ docs/api/endpoint-guide
5049
✅ test/integration/payment-flow
50+
✅ dependabot/npm_and_yarn/turbo-2.7.3
5151
```
5252

5353
### ❌ 잘못된 형식

0 commit comments

Comments
 (0)