mirror of
https://github.com/j0k3r/php-readability.git
synced 2026-09-27 14:36:23 +00:00
This will make GitHub check dependencies in `composer.json` once a week and open PRs trying to bump each of them whenever a new version is released. If the CI fails, as is likely the case with PHP-CS-Fixer, we will need to fix is manually before the PR can be merged. https://docs.github.com/en/code-security/tutorials/secure-your-dependencies/dependabot-quickstart
7 lines
112 B
YAML
7 lines
112 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "composer"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|