Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot version updates #18

Merged
merged 1 commit into from
Apr 2, 2025
Merged

Conversation

live-wire
Copy link
Contributor

@live-wire live-wire commented Mar 18, 2025

💸 TL;DR

This PR enables Dependabot for automatic daily updates of GitHub Actions workflows and Go module dependencies. This ensures our dependencies stay up-to-date, secure, and maintainable. Dependabot will automatically open PRs for any dependency updates.

📜 Details

  • Adds .github/dependabot.yml with daily schedule for both GitHub Actions and Go dependencies (gomod).
  • No breaking changes or external dependency changes beyond configuring Dependabot itself.

🧪 Testing Steps / Validation

  • Confirmed valid syntax according to Dependabot docs.
  • Once merged, Dependabot will automatically create PRs for dependency updates, verifying the integration.

✅ Checks

  • CI tests (if present) are passing
  • Adheres to code style for repo
  • I am a Reddit employee

@live-wire live-wire requested a review from a team as a code owner March 18, 2025 10:53
@live-wire live-wire requested a review from karanthukral March 18, 2025 10:53
Copy link

@karanthukral karanthukral left a comment

Choose a reason for hiding this comment

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

Thanks for creating this PR. I am just digging into our general policy of using dependabot for OSS repos here. I'll follow up. Thanks

@karanthukral karanthukral merged commit 82a1676 into reddit:main Apr 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants