Skip to content

ci: add dependabot - #64

Merged
nader-ziada merged 2 commits into
mcpchecker:mainfrom
Cali0707:add-dependabot-config
Dec 12, 2025
Merged

ci: add dependabot#64
nader-ziada merged 2 commits into
mcpchecker:mainfrom
Cali0707:add-dependabot-config

Conversation

@Cali0707

@Cali0707 Cali0707 commented Dec 12, 2025

Copy link
Copy Markdown
Contributor

Fixes #62

Summary by CodeRabbit

  • Chores
    • Added automated dependency update configuration enabling weekly checks for Go modules and GitHub Actions (including workflow/action directories).

✏️ Tip: You can customize this high-level summary in your review settings.

Signed-off-by: Calum Murray <cmurray@redhat.com>
@coderabbitai

coderabbitai Bot commented Dec 12, 2025

Copy link
Copy Markdown
Contributor

Walkthrough

Adds a Dependabot configuration file at .github/dependabot.yml defining version 2 and three weekly update entries: Go modules in the repo root, GitHub Actions in the repo root, and GitHub Actions for .github/actions/gevals-action.

Changes

Cohort / File(s) Summary
Dependabot configuration
.github/dependabot.yml
Adds Dependabot config (version: 2) with three update entries: gomod for root Go dependencies, github-actions for root workflows, and github-actions for .github/actions/gevals-action; all set to weekly.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

  • Single configuration file addition; no code logic changes.
  • Quick checks: YAML syntax, intended package-ecosystem and directory values, and schedule correctness.

Suggested reviewers

  • nader-ziada

Pre-merge checks and finishing touches

✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'ci: add dependabot' directly and concisely describes the main change: adding Dependabot configuration to the CI pipeline.
Linked Issues check ✅ Passed The PR adds Dependabot configuration with separate update entries for Go dependencies and GitHub Actions, meeting all coding requirements from issue #62.
Out of Scope Changes check ✅ Passed All changes are directly related to adding Dependabot configuration as specified in issue #62; no out-of-scope modifications detected.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 15dc337 and b83a7c7.

📒 Files selected for processing (1)
  • .github/dependabot.yml (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/dependabot.yml

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f6fb5b1 and 15dc337.

📒 Files selected for processing (1)
  • .github/dependabot.yml (1 hunks)

Comment thread .github/dependabot.yml
Signed-off-by: Calum Murray <cmurray@redhat.com>
@nader-ziada

Copy link
Copy Markdown
Contributor

/lgtm

@nader-ziada
nader-ziada merged commit 8490d7b into mcpchecker:main Dec 12, 2025
2 checks passed
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.

Create dependabot configuration

2 participants