cozy-labs/cozy-desktop

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
# Set update schedule for GitHub Actions

version: 2
updates:

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      # Check for updates to GitHub Actions every week
      interval: "weekly"
      day: "sunday"
      time: "03:00"
      timezone: "Europe/Paris"