Skip to content

Commit

Permalink
Update dependabot (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrzebinczyk authored Jun 18, 2024
1 parent d5a0ccd commit 8cfaa47
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "07:00"
interval: "monthly"
pull-request-branch-name:
separator: "-"
labels:
Expand All @@ -25,13 +23,28 @@ updates:
registries:
- toptal-github
insecure-external-code-execution: allow
open-pull-requests-limit: 2
open-pull-requests-limit: 10
groups:
development-dependencies-group:
dependency-type: development
update-types:
- "minor"
exclude-patterns:
- "rubocop*"
production-dependencies-group:
dependency-type: production
update-types:
- "minor"
rubocop:
patterns:
- "rubocop*"
update-types:
- "major"
- "minor"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
time: "07:00"
interval: "monthly"
pull-request-branch-name:
separator: "-"
labels:
Expand All @@ -41,4 +54,4 @@ updates:
- "WIP"
reviewers:
- "toptal/devx"
open-pull-requests-limit: 2
open-pull-requests-limit: 10

0 comments on commit 8cfaa47

Please sign in to comment.