mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
feat(dependabot): add missing composer paths to config
Signed-off-by: Eswar Dudi <eswardudi06@gmail.com>
This commit is contained in:
parent
f85331ab34
commit
521ec4e644
1 changed files with 11 additions and 2 deletions
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
|
@ -4,8 +4,17 @@
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
updates:
|
||||||
# Maintain dependencies for Composer
|
# Maintain dependencies for Composer
|
||||||
- package-ecosystem: "composer" # See documentation for possible values
|
- package-ecosystem: "composer"
|
||||||
directory: "/" # Location of package manifests
|
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:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue