Skip to content

Commit

Permalink
Move dependabot to earlier in the day and group rubocop bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Feb 17, 2024
1 parent 66b1138 commit 1ba06b1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,22 @@ updates:
schedule:
interval: weekly
day: saturday
time: "11:00"
time: "08:00"
timezone: Europe/Brussels
open-pull-requests-limit: 10
open-pull-requests-limit: 99
reviewers:
- chvp
groups:
rubocop:
patterns:
- "rubocop*"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: saturday
time: "11:00"
time: "08:00"
timezone: Europe/Brussels
open-pull-requests-limit: 10
open-pull-requests-limit: 99
reviewers:
- chvp

0 comments on commit 1ba06b1

Please sign in to comment.