Skip to content

Commit 52ef176

Browse files
authored
Update dependabot.yml
1 parent a9d6b77 commit 52ef176

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
1-
# 配置更新npm包的Dependabot
21
version: 2
32
updates:
4-
# 更新npm包的目录,此例为根目录下的package.json
53
- package-ecosystem: npm
64
directory: /
7-
# 更新频率为每天
85
schedule:
96
interval: monthly
107
open-pull-requests-limit: 10
11-
# 定义依赖关系和版本约束,更新范围为非破坏性更新(minor)和补丁更新(patch)
12-
# 并且仅更新来自稳定发布的包(安全更新)
138
allow:
149
- dependency-type: all
1510
ignore:

0 commit comments

Comments
 (0)