Skip to content

Commit c39f3b9

Browse files
authored
chore: symfony/phpunit-bridge version constraint & dependabot grouping (#2460)
## Description Replaces #2459 & adds symfony & phpstan grouping for depandabot ## What type of PR is this? (check all applicable) - [ ] Bug Fix - [ ] Feature - [ ] Refactor - [ ] Deprecation - [ ] Breaking Change - [ ] Documentation Update - [x] CI ## Checklist - [ ] I have made corresponding changes to the documentation (`docs/`) - [ ] I have made corresponding changes to the changelog (`CHANGELOG.md`)
1 parent 90151a2 commit c39f3b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ updates:
1616
directory: "/"
1717
schedule:
1818
interval: "weekly"
19+
groups:
20+
symfony:
21+
patterns:
22+
- "symfony/*"
23+
phpstan:
24+
patterns:
25+
- "phpstan/*"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"symfony/dom-crawler": "^6.4 || ^7.1",
4848
"symfony/expression-language": "^6.4 || ^7.1",
4949
"symfony/form": "^6.4 || ^7.1",
50-
"symfony/phpunit-bridge": "^6.4",
50+
"symfony/phpunit-bridge": "^6.4 || ^7.1",
5151
"symfony/property-access": "^6.4 || ^7.1",
5252
"symfony/security-csrf": "^6.4 || ^7.1",
5353
"symfony/serializer": "^6.4 || ^7.1",

0 commit comments

Comments
 (0)