We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8993a74 commit 712d206Copy full SHA for 712d206
.github/dependabot.yml
@@ -5,16 +5,24 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "daily"
8
+ time: "03:00"
9
+ timezone: "Europe/Berlin"
10
pull-request-branch-name:
11
separator: "-"
12
+ reviewers:
13
+ - "github-actions"
14
15
# Daily: Check minor and patch updates
16
- package-ecosystem: "npm"
17
18
open-pull-requests-limit: 10
19
20
21
22
23
24
25
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
26
versioning-strategy: increase
27
28
0 commit comments