Skip to content

Commit ec8094b

Browse files
ci: add Dependabot for automated dependency updates (#115)
* ci: add Dependabot for automated dependency updates Configure Dependabot to check bundler dependencies weekly, keeping Ruby gem dependencies up to date automatically. * Update .github/dependabot.yml Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 254486b commit ec8094b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "bundler"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"

0 commit comments

Comments
 (0)