Skip to content
dependabot.yml 186 B
Newer Older
version: 2
updates:
    # Set update schedule for GitHub Actions
    - package-ecosystem: "github-actions"
      directory: "/"
      schedule:
          interval: "weekly"

# vim: sw=4