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 cf3c2a9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,14 @@ updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
interval: weekly
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 cf3c2a9

Please sign in to comment.