Skip to content

chore: dependabot.yml에서 target-branch를 develop으로 설정#19

Merged
koreahghg merged 1 commit into
developfrom
ci/dependabot-target-develop
Jul 6, 2026
Merged

chore: dependabot.yml에서 target-branch를 develop으로 설정#19
koreahghg merged 1 commit into
developfrom
ci/dependabot-target-develop

Conversation

@koreahghg

Copy link
Copy Markdown
Member

💡 배경 및 개요

Dependabot이 생성하는 PR이 default 브랜치인 main을 대상으로 올라오고 있어서, 항상 develop으로 향하도록 수정했어요.

📃 작업내용

  • .github/dependabot.yml의 npm, github-actions 두 항목에 target-branch: develop 추가

🙋‍♂️ 리뷰노트

Dependabot 설정에는 전역으로 타겟 브랜치를 지정하는 옵션이 없어서 updates 항목마다 개별로 명시해야 해요. main에 머지된 이후 새로 생성되는 PR부터 적용되고, 이미 열려 있는 기존 PR들은 영향받지 않아요.

✅ PR 체크리스트

  • 이 작업으로 인해 변경이 필요한 문서가 변경되었나요?
  • 이 작업을 하고나서 공유해야할 팀원들에게 공유되었나요?
  • 작업한 코드가 정상적으로 동작하나요?
  • Merge 대상 브랜치가 올바른가요?
  • PR과 관련 없는 작업이 있지는 않나요?

🎸 기타

없음

@koreahghg koreahghg self-assigned this Jul 6, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the .github/dependabot.yml configuration to target the develop branch for both the npm and github-actions package ecosystems. There are no review comments, so I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@koreahghg koreahghg merged commit 90ac94a into develop Jul 6, 2026
5 checks passed
@koreahghg koreahghg deleted the ci/dependabot-target-develop branch July 6, 2026 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants