Skip to content

Commit

Permalink
Configure dependabot to handle rubygems dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattr- committed Sep 13, 2023
1 parent d86ba15 commit de68b13
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: bundler
directory: /
schedule:
interval: weekly
groups:
rubygems:
patterns:
- '*'

0 comments on commit de68b13

Please sign in to comment.