dependabot.yml 346 B

12345678910111213
  1. # https://help.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: weekly
  8. day: monday
  9. time: "10:00"
  10. commit-message:
  11. prefix: fix
  12. prefix-development: chore
  13. include: scope