dependabot.yml 492 B

12345678910111213141516171819202122
  1. version: 2
  2. updates:
  3. - package-ecosystem: "github-actions"
  4. directory: "/"
  5. schedule:
  6. interval: "monthly"
  7. - package-ecosystem: "devcontainers"
  8. directory: "/"
  9. schedule:
  10. interval: "monthly"
  11. - package-ecosystem: "npm"
  12. directory: "/"
  13. schedule:
  14. interval: "monthly"
  15. - package-ecosystem: "pip"
  16. directory: "/"
  17. schedule:
  18. interval: "monthly"
  19. - package-ecosystem: "pip"
  20. directory: "/scripts/pdf"
  21. schedule:
  22. interval: "monthly"