所以我使用 githubdependabot v2 并有这个配置:
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 100
allow:
- dependency-type: all
我希望它在我进行推送/更改时检查更新。我该怎么做呢?
所以我使用 githubdependabot v2 并有这个配置:
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 100
allow:
- dependency-type: all
我希望它在我进行推送/更改时检查更新。我该怎么做呢?