Skip to content

Add Dependabot configuration for automated dependency updates#22

Merged
linw1995 merged 1 commit intomainfrom
dev
Aug 13, 2025
Merged

Add Dependabot configuration for automated dependency updates#22
linw1995 merged 1 commit intomainfrom
dev

Conversation

@linw1995
Copy link
Copy Markdown
Owner

Adds Dependabot configuration to automate Cargo dependency updates with weekly checks on Mondays.

Configure Dependabot to automatically check for updates to GitHub Actions
and Cargo dependencies on a weekly schedule. This will help maintain
security and keep dependencies current by creating pull requests for
available updates.

The configuration enables:
- GitHub Actions dependency updates from the root directory
- Rust/Cargo dependency updates from the root directory
- Weekly update schedule for both ecosystems

This automation reduces maintenance burden and improves security posture
by ensuring timely dependency updates.
@linw1995 linw1995 requested a review from Copilot August 13, 2025 14:28
@linw1995 linw1995 self-assigned this Aug 13, 2025
Copy link
Copy Markdown
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

This PR adds Dependabot configuration to enable automated dependency updates for both GitHub Actions and Rust Cargo dependencies, with weekly update schedules.

  • Adds a new .github/dependabot.yml configuration file
  • Configures weekly automated updates for GitHub Actions workflows
  • Configures weekly automated updates for Rust Cargo dependencies

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@linw1995 linw1995 merged commit bbfc8fb into main Aug 13, 2025
1 check passed
@linw1995 linw1995 deleted the dev branch August 13, 2025 14:54
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