Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon authored Oct 30, 2024
1 parent bd6c5ba commit 7325bcb
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "monthly"
groups:
bundler-lint:
patterns:
- brakeman
- erb_lint
- rubocop
- rubocop-*
bundler-dependencies:
patterns:
- "*"
exclude-patterns:
- puma
- brakeman
- erb_lint
- rubocop
- rubocop-*
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly

0 comments on commit 7325bcb

Please sign in to comment.