Skip to content

dependabot 설정 파일 추가#132

Merged
reddevilmidzy merged 1 commit intomainfrom
dependabot
Jun 23, 2025
Merged

dependabot 설정 파일 추가#132
reddevilmidzy merged 1 commit intomainfrom
dependabot

Conversation

@reddevilmidzy
Copy link
Owner

♟️ What’s this PR about?

dependabot.yml 를 추가하여 매주 github-actions에 대한 의존성 검사, 매일 cargo 에 대한 의존성 검사를 수행합니다.

🔗 Related Issues / PRs

close: #131

Copilot AI review requested due to automatic review settings June 23, 2025 16:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Adds a Dependabot configuration to automate dependency checks.

  • Introduces .github/dependabot.yml
  • Schedules weekly updates for GitHub Actions
  • Schedules daily updates for the Rust workspace under /rook

@github-actions github-actions bot added this to the 5차 MVP 구현 milestone Jun 23, 2025
@reddevilmidzy reddevilmidzy merged commit cded082 into main Jun 23, 2025
3 checks passed
@reddevilmidzy reddevilmidzy deleted the dependabot branch June 23, 2025 16:34
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.

의존성 관리를 위한 dependabot CI 추가

2 participants