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+ # Dependabot configuration — kendo-error-tracker (composer-only published package).
2+ # War Room fleet standard (see war-room templates/dependabot.yml). Default branch: main.
3+ #
4+ # composer-only: no npm block. illuminate/* runtime deps are intentionally
5+ # NOT grouped so a Laravel-compat bump lands as a solo, reviewed PR (the
6+ # library's illuminate/* ^11–13 range is its load-bearing contract).
7+ version : 2
8+ updates :
9+ - package-ecosystem : composer
10+ directory : /
11+ target-branch : main
12+ schedule :
13+ interval : weekly
14+ day : monday
15+ time : ' 06:00'
16+ timezone : ' Europe/Amsterdam'
17+ groups :
18+ dev-tooling :
19+ update-types :
20+ - ' minor'
21+ - ' patch'
22+ patterns :
23+ - ' pestphp/*'
24+ - ' phpstan/*'
25+ - ' larastan/*'
26+ - ' laravel/pint'
27+ - ' orchestra/*'
28+ open-pull-requests-limit : 10
29+ labels :
30+ - dependencies
31+
32+ - package-ecosystem : github-actions
33+ directory : /
34+ target-branch : main
35+ schedule :
36+ interval : weekly
37+ day : monday
38+ time : ' 06:00'
39+ timezone : ' Europe/Amsterdam'
40+ open-pull-requests-limit : 5
41+ labels :
42+ - ci
You can’t perform that action at this time.
0 commit comments