Skip to content

Commit 0c43653

Browse files
authored
Merge pull request #15 from script-development/chore/adopt-dependabot
chore: adopt canonical Dependabot config
2 parents 33ab2dc + b00f296 commit 0c43653

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

0 commit comments

Comments
 (0)