Skip to content

Commit e5849ce

Browse files
Goosterhofclaude
andcommitted
chore: add Dependabot config
Weekly Monday cadence matching fs-packages convention. Composer ecosystem groups illuminate/* (synchronized Laravel releases) and the phpunit/sebastian families (PHPUnit's own internal release cycles). phpstan/phpstan deliberately ungrouped — every bump touches the AST/scope API surface that the rules depend on, so each warrants deliberate review. GitHub Actions ecosystem also weekly Monday for workflow action bumps. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 55a7f09 commit e5849ce

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: composer
5+
directory: /
6+
schedule:
7+
interval: weekly
8+
day: monday
9+
groups:
10+
illuminate:
11+
patterns:
12+
- 'illuminate/*'
13+
phpunit:
14+
patterns:
15+
- 'phpunit/*'
16+
- 'sebastian/*'
17+
- 'phpunit/php-*'
18+
open-pull-requests-limit: 10
19+
20+
- package-ecosystem: github-actions
21+
directory: /
22+
schedule:
23+
interval: weekly
24+
day: monday

0 commit comments

Comments
 (0)