We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9b7561 commit 5ea75cdCopy full SHA for 5ea75cd
1 file changed
.github/dependabot.yml
@@ -8,14 +8,14 @@ updates:
8
interval: 'weekly'
9
day: 'monday'
10
time: '09:00'
11
- timezone: 'Asia/Shanghai'
+ timezone: 'UTC'
12
# Limit the number of open PRs created by Dependabot
13
open-pull-requests-limit: 10
14
# Allow automatic merging of non-major version updates
15
allow:
16
- dependency-type: 'all'
17
assignees:
18
- - 'the3ash'
+ - 'benhunter'
19
commit-message:
20
# Use 'deps' for production dependencies, 'dev' for development dependencies
21
prefix: 'deps'
@@ -39,10 +39,10 @@ updates:
39
40
41
42
43
44
45
46
47
prefix: 'github-actions'
48
include: 'scope'
0 commit comments