Skip to content

Commit 2f81b1b

Browse files
mokagioclaude
andcommitted
Configure dependabot bundler updates
Tracks [AINFRA-2437](https://linear.app/a8c/issue/AINFRA-2437). Adds a Dependabot config that opens a daily bundler PR for the gem's Ruby dependencies, with minor and patch bumps grouped under `ruby-minor-and-patch` and the PR limit capped at 5. The repo is the release-toolkit gem itself, so this configures updates for its own development and runtime dependencies — it does not consume RT. --- Generated with the help of Claude Code, https://code.claude.com Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 823c370 commit 2f81b1b

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: bundler
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
groups:
8+
ruby-minor-and-patch:
9+
update-types: [minor, patch]
10+
open-pull-requests-limit: 5

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ _None_
1919
### Internal Changes
2020

2121
- `openai_ask`: validate named function tools, default to `gpt-4.1`, use `max_completion_tokens`, and opt out of OpenAI request storage. [#719]
22+
- Configure Dependabot to update Ruby dependencies daily, grouping minor/patch bumps under `ruby-minor-and-patch`.
2223

2324
## 14.6.0
2425

0 commit comments

Comments
 (0)