Skip to content

Commit 906d892

Browse files
authored
Configure dependabot bundler updates (#724)
2 parents 823c370 + c45d790 commit 906d892

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`. [#724]
2223

2324
## 14.6.0
2425

0 commit comments

Comments
 (0)