4
0

dependabot.yml 216 B

12345678
  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 weekday
  8. interval: "daily"