dependabot.yml 883 B

1234567891011121314151617181920212223242526272829303132
  1. version: 2
  2. updates:
  3. - package-ecosystem: github-actions
  4. directory: "/"
  5. reviewers:
  6. - "emqx/emqx-review-board"
  7. schedule:
  8. interval: weekly
  9. groups:
  10. actions:
  11. patterns:
  12. - "*"
  13. - package-ecosystem: github-actions
  14. directory: "/.github/actions/package-macos/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
  15. reviewers:
  16. - "emqx/emqx-review-board"
  17. schedule:
  18. interval: weekly
  19. groups:
  20. actions-package-macos:
  21. patterns:
  22. - "*"
  23. - package-ecosystem: github-actions
  24. directory: "/.github/actions/prepare-jmeter/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
  25. reviewers:
  26. - "emqx/emqx-review-board"
  27. schedule:
  28. interval: weekly
  29. groups:
  30. actions-prepare-jmeter:
  31. patterns:
  32. - "*"