Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dependabot.yml 229B

123456789101112
  1. version: 2
  2. updates:
  3. - package-ecosystem: composer
  4. directory: "/"
  5. schedule:
  6. interval: daily
  7. time: "21:00"
  8. open-pull-requests-limit: 10
  9. ignore:
  10. - dependency-name: phpunit/phpunit
  11. versions:
  12. - ">= 8.a, < 9"