File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ # Dependabot configuration.
2+ #
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " composer"
9+ directory : " /"
10+ schedule :
11+ interval : " weekly"
12+ open-pull-requests-limit : 5 # Set to 0 to (temporarily) disable.
13+ versioning-strategy : widen
14+ commit-message :
15+ prefix : " Composer:"
16+ include : " scope"
17+ labels :
18+ - " Type: chores/QA"
19+
20+ - package-ecosystem : " github-actions"
21+ directory : " /"
22+ schedule :
23+ interval : " weekly"
24+ open-pull-requests-limit : 5
25+ commit-message :
26+ prefix : " GH Actions:"
27+ labels :
28+ - " Type: chores/QA"
You can’t perform that action at this time.
0 commit comments