Skip to content

Commit 6cd9644

Browse files
committed
ci: standardize dependabot updates
1 parent 9bb34bc commit 6cd9644

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +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
9-
ignore:
10-
- dependency-name: '@types/react'
11-
versions:
12-
- 17.0.0
13-
- 17.0.1
14-
- 17.0.2
15-
- 17.0.3
16-
- dependency-name: '@types/react-dom'
17-
versions:
18-
- 17.0.0
19-
- 17.0.1
20-
- 17.0.2

0 commit comments

Comments
 (0)