dependabot.yml 255 B

1234567891011
  1. # Set update schedule for GitHub Actions
  2. version: 2
  3. updates:
  4. - package-ecosystem: "github-actions"
  5. directory: "/"
  6. schedule:
  7. # Check for updates to GitHub Actions every week
  8. interval: "weekly"
  9. commit-message:
  10. prefix: "CI:"