feat(dependabot): add missing composer paths to config

Signed-off-by: Eswar Dudi <eswardudi06@gmail.com>
This commit is contained in:
Eswar Dudi 2025-09-24 23:34:30 +05:30
parent f85331ab34
commit 521ec4e644

View file

@ -4,8 +4,17 @@
version: 2
updates:
# Maintain dependencies for Composer
- package-ecosystem: "composer" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "composer"
directories:
- "/"
- "/vendor-bin/coding-standard"
- "/vendor-bin/openapi-extractor"
- "/vendor-bin/php-coveralls"
- "/vendor-bin/php-scoper"
- "/vendor-bin/phpunit"
- "/vendor-bin/psalm"
- "/vendor-bin/rector"
- "/tests/integration"
schedule:
interval: "daily"