Skip to content

Commit 8bb8da4

Browse files
authored
refactor: optimized dependabot settings (#167)
check for updates early and only have GH actions as default reviewer -> not disturbed during work
1 parent c337ad8 commit 8bb8da4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8+
time: "03:00"
9+
timezone: "Europe/Berlin"
10+
reviewers:
11+
- "github-actions"
812
pull-request-branch-name:
913
separator: "-"
1014

@@ -14,6 +18,10 @@ updates:
1418
open-pull-requests-limit: 10
1519
schedule:
1620
interval: "daily"
21+
time: "03:00"
22+
timezone: "Europe/Berlin"
23+
reviewers:
24+
- "github-actions"
1725
pull-request-branch-name:
1826
separator: "-"
1927
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437

0 commit comments

Comments
 (0)