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 25a6830 commit a9d6b77Copy full SHA for a9d6b77
.github/dependabot.yml
@@ -8,10 +8,10 @@ updates:
8
schedule:
9
interval: monthly
10
open-pull-requests-limit: 10
11
- # 定义依赖关系和版本约束,更新范围为非破坏性更新(minor)和补丁更新(patch)
+ # 定义依赖关系和版本约束,更新范围为非破坏性更新(minor)和补丁更新(patch)
12
# 并且仅更新来自稳定发布的包(安全更新)
13
allow:
14
- dependency-type: all
15
ignore:
16
- - dependency-name: "chalk"
17
- - dependency-name: "eslint"
+ - dependency-name: chalk
+ - dependency-name: eslint
0 commit comments