Configure dependabot bundler updates - #1811
Merged
Merged
Conversation
Adds dependabot to check Ruby dependencies daily so security and version updates flow automatically. See AINFRA-2437: https://linear.app/a8c/issue/AINFRA-2437 --- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds GitHub Dependabot configuration so this repository’s Ruby (Bundler) dependencies can be kept up to date automatically, supporting ongoing security and maintenance work (AINFRA-2437).
Changes:
- Introduces
.github/dependabot.ymlto enable daily Dependabot checks for Bundler dependencies at the repository root. - Groups minor/patch Ruby updates into a single Dependabot PR group and caps concurrent update PRs to 5.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
|
📲 You can test the changes from this Pull Request in Simplenote Android by scanning the QR code below to install the corresponding build.
|
twstokes
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sets up Dependabot to check Ruby dependencies daily so we can more easily address security updates. See AINFRA-2437.
Fix
Adds
.github/dependabot.ymlconfiguring thebundlerecosystem on a daily schedule, withminor/patchupdates grouped underruby-minor-and-patchand a 5-PR cap.Test
Dependabot config is consumed by GitHub, not the repo's CI. YAML validation (
yq . .github/dependabot.yml) passes.Review
Single new file. Standard config used across the dependabot bootstrap campaign (AINFRA-2437).
Release
These changes do not require release notes.
Posted by Claude (Opus 4.7, 1M context) on behalf of @mokagio with approval.