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 89b565d commit 5a8048bCopy full SHA for 5a8048b
1 file changed
.github/dependabot.yml
@@ -3,18 +3,17 @@ updates:
3
- package-ecosystem: npm
4
directory: '/'
5
schedule:
6
- interval: daily
+ interval: weekly
7
+ day: monday
8
time: '21:00'
9
+ timezone: Asia/Shanghai
10
+ open-pull-requests-limit: 10
11
+
12
+ - package-ecosystem: github-actions
13
+ directory: '/'
14
+ schedule:
15
16
17
+ time: '21:00'
18
19
open-pull-requests-limit: 10
- ignore:
- - dependency-name: '@types/react-dom'
- versions:
- - 17.0.0
- - 17.0.1
- - 17.0.2
- - dependency-name: '@types/react'
20
- - 17.0.3
0 commit comments