Skip to content

M1 #7: Add dependabot.yml for automated dependency updates#9

Merged
joaquinbejar merged 1 commit into
mainfrom
M1/issue-7-add-dependabot
Mar 6, 2026
Merged

M1 #7: Add dependabot.yml for automated dependency updates#9
joaquinbejar merged 1 commit into
mainfrom
M1/issue-7-add-dependabot

Conversation

@joaquinbejar

Copy link
Copy Markdown
Owner

Summary

Add Dependabot configuration for automated weekly dependency update PRs for both Cargo dependencies and GitHub Actions.

Changes

  • Add .github/dependabot.yml configuration file
  • Configure weekly Cargo dependency updates (Monday, limit 10 PRs, prefix chore(deps))
  • Configure weekly GitHub Actions updates (Monday, limit 5 PRs, prefix chore(ci))

Testing

  • Unit tests added/updated
  • Integration tests added/updated (if applicable)
  • Benchmark tests added/updated (if applicable)
  • Manual testing performed (make pre-push)

Checklist

  • All public items have /// documentation
  • No warnings from cargo clippy --all-targets --all-features -- -D warnings
  • cargo fmt --all --check passes
  • No .unwrap(), .expect(), or panics in library code
  • Minimal dependencies — no unnecessary crates added

Closes #7

- Configure weekly Cargo dependency updates (Monday, limit 10 PRs)
- Configure weekly GitHub Actions updates (Monday, limit 5 PRs)
- Use chore(deps) and chore(ci) commit prefixes

Closes #7
@joaquinbejar joaquinbejar added this to the v0.3.0 milestone Mar 6, 2026
@joaquinbejar joaquinbejar added the enhancement New feature or request label Mar 6, 2026
@joaquinbejar joaquinbejar self-assigned this Mar 6, 2026
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@joaquinbejar joaquinbejar merged commit 59adb4d into main Mar 6, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add dependabot.yml for automated dependency updates

2 participants