Skip to content

Commit

Permalink
standardize dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
stephsachrajda committed Jul 16, 2024
1 parent b79d451 commit b290852
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
interval: weekly
time: "14:00"
open-pull-requests-limit: 100
insecure-external-code-execution: allow
registries: "*"
groups:
minor-gem-update:
update-types:
- "minor"
patch-gem-update:
update-types:
- "patch"

0 comments on commit b290852

Please sign in to comment.