File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # To get started with Dependabot version updates, you'll need to specify which
2- # package ecosystems to update and where the package manifests are located.
3- # Please see the documentation for all configuration options:
4- # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5-
61version : 2
7- updates :
2+ updates :
83 - package-ecosystem : " github-actions"
94 directory : " /"
105 schedule :
116 interval : " daily"
127 time : " 03:00"
8+ open-pull-requests-limit : 20
9+
1310 - package-ecosystem : " cargo"
14- directories :
15- - " /"
11+ directories :
12+ - " /src/sandbox/runtime"
13+ - " /src/code-validator/guest"
1614 schedule :
1715 interval : " daily"
1816 time : " 03:00"
17+ open-pull-requests-limit : 20
18+
1919 - package-ecosystem : " npm"
20- directory : " /src/js-host-api"
20+ directories :
21+ - " /"
22+ - " /src/code-validator/guest"
2123 schedule :
2224 interval : " daily"
2325 time : " 03:00"
26+ open-pull-requests-limit : 20
You can’t perform that action at this time.
0 commit comments