Skip to content

Commit 712d206

Browse files
authored
refactor: optimized dependabot settings (#133)
check for updates early and only have GH actions as default reviewer -> not disturbed during work
1 parent 8993a74 commit 712d206

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,16 +5,24 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "daily"
8+
time: "03:00"
9+
timezone: "Europe/Berlin"
810
pull-request-branch-name:
911
separator: "-"
12+
reviewers:
13+
- "github-actions"
1014

1115
# Daily: Check minor and patch updates
1216
- package-ecosystem: "npm"
1317
directory: "/"
1418
open-pull-requests-limit: 10
1519
schedule:
1620
interval: "daily"
21+
time: "03:00"
22+
timezone: "Europe/Berlin"
1723
pull-request-branch-name:
1824
separator: "-"
1925
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
2026
versioning-strategy: increase
27+
reviewers:
28+
- "github-actions"

0 commit comments

Comments
 (0)