dependabot.yml 823 B

12345678910111213141516171819202122232425262728293031323334353637
  1. # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
  2. version: 2
  3. updates:
  4. - package-ecosystem: "github-actions"
  5. directory: "/"
  6. schedule:
  7. interval: "monthly"
  8. cooldown:
  9. default-days: 7
  10. - package-ecosystem: "npm"
  11. directory: "/"
  12. schedule:
  13. interval: "monthly"
  14. cooldown:
  15. default-days: 7
  16. groups:
  17. eslint:
  18. patterns:
  19. - "*eslint*"
  20. - "globals"
  21. - "neostandard"
  22. stylelint:
  23. patterns:
  24. - "*stylelint*"
  25. - package-ecosystem: "composer"
  26. directory: "/"
  27. schedule:
  28. interval: "monthly"
  29. cooldown:
  30. default-days: 7
  31. - package-ecosystem: "composer"
  32. directory: "/lib/"
  33. schedule:
  34. interval: "monthly"
  35. cooldown:
  36. default-days: 7