Skip to content

Commit fd19a6a

Browse files
committed
ci: standardize dependabot updates
1 parent a10cfce commit fd19a6a

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ updates:
33
- package-ecosystem: npm
44
directory: '/'
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
day: monday
78
time: '21:00'
9+
timezone: Asia/Shanghai
10+
open-pull-requests-limit: 10
11+
12+
- package-ecosystem: github-actions
13+
directory: '/'
14+
schedule:
15+
interval: weekly
16+
day: monday
17+
time: '21:00'
18+
timezone: Asia/Shanghai
819
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)