dependabot.yml 394 B

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