File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+
3+ # To get started with Dependabot version updates, you'll need to specify which
4+ # package ecosystems to update and where the package manifests are located.
5+ # Please see the documentation for all configuration options:
6+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
7+
8+ version : 2
9+ updates :
10+ - package-ecosystem : " github-actions" # See documentation for possible values
11+ directory : " /" # Location of package manifests
12+ schedule :
13+ interval : " weekly"
14+ groups :
15+ all-actions :
16+ patterns : ["*"]
17+
18+ - package-ecosystem : " compposer" # See documentation for possible values
19+ directory : " /" # Location of package manifests
20+ schedule :
21+ interval : " daily"
22+ groups :
23+ dev-dependencies :
24+ dependency-type : " development"
25+ update-types :
26+ - " minor"
27+ - " patch"
You can’t perform that action at this time.
0 commit comments