mirror of
https://github.com/j0k3r/php-readability.git
synced 2026-09-26 22:16:12 +00:00
.github: Set up Dependabot
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
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "composer"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
Reference in New Issue
Block a user