Merge pull request #8512 from wallabag/fix/meta-grouped-update-pagerfanta

Add grouped update for `pagerfanta`
This commit is contained in:
Jérémy Benoist
2025-10-13 08:27:49 +02:00
committed by GitHub

View File

@ -35,6 +35,9 @@ updates:
phpstan-dependencies:
patterns:
- "phpstan/*"
pagerfanta-dependencies:
patterns:
- "pagerfanta/*"
ignore:
- dependency-name: symfony/*
update-types: [ "version-update:semver-major" ]