Skip to content

Add Dependabot configuration for automated dependency updates#11

Merged
amavashev merged 1 commit into
mainfrom
claude/analyze-codebase-stats-bzV9r
Apr 19, 2026
Merged

Add Dependabot configuration for automated dependency updates#11
amavashev merged 1 commit into
mainfrom
claude/analyze-codebase-stats-bzV9r

Conversation

@amavashev

Copy link
Copy Markdown
Contributor

Summary

This PR adds a Dependabot configuration file to enable automated dependency updates for the project.

Key Changes

  • Added .github/dependabot.yml configuration file with:
    • Weekly automated updates for Cargo (Rust) dependencies
    • Weekly automated updates for GitHub Actions workflows

Details

The Dependabot configuration enables automatic pull requests for:

  • Cargo packages: Keeps Rust dependencies up-to-date with weekly checks
  • GitHub Actions: Keeps workflow action versions current with weekly checks

This helps maintain security and compatibility by automating the detection and updating of outdated dependencies.

https://claude.ai/code/session_01BzE1W6uH4d4nxZ3982xiX3

@amavashev
amavashev merged commit cea0713 into main Apr 19, 2026
3 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.

1 participant