dependabot.yml 386 B

1234567891011
  1. # https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-for-github-actions
  2. # Set update schedule for GitHub Actions
  3. version: 2
  4. updates:
  5. - package-ecosystem: "github-actions"
  6. directory: "/"
  7. schedule:
  8. # Check for updates to GitHub Actions every day
  9. interval: "daily"