dependabot.yml 864 B

12345678910111213141516171819202122232425262728293031323334
  1. ## @file
  2. # Dependabot configuration file to enable GitHub services for managing and updating
  3. # dependencies.
  4. #
  5. # Copyright (c) Microsoft Corporation.
  6. # SPDX-License-Identifier: BSD-2-Clause-Patent
  7. #
  8. # Please see the documentation for all configuration options:
  9. # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
  10. ##
  11. version: 2
  12. updates:
  13. - package-ecosystem: "pip"
  14. directory: "/"
  15. schedule:
  16. interval: "daily"
  17. commit-message:
  18. prefix: "pip"
  19. reviewers:
  20. - "makubacki"
  21. - "mdkinney"
  22. - "spbrogan"
  23. - package-ecosystem: "github-actions"
  24. directory: "/"
  25. schedule:
  26. interval: "weekly"
  27. day: "monday"
  28. commit-message:
  29. prefix: "GitHub Action"
  30. reviewers:
  31. - "makubacki"
  32. - "mdkinney"
  33. - "spbrogan"