File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed 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 more information:
4- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5- # https://containers.dev/guide/dependabot
6-
71version : 2
82updates :
9- - package-ecosystem : " devcontainers"
10- directory : " /"
11- schedule :
12- interval : weekly
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " monthly"
7+ groups :
8+ github-actions :
9+ patterns :
10+ - " *"
11+ - package-ecosystem : " pip"
12+ directory : " /llvm/docs"
13+ schedule :
14+ interval : " monthly"
15+ groups :
16+ llvm-docs-requirements :
17+ patterns :
18+ - " *"
You can’t perform that action at this time.
0 commit comments