summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 012385d74e49d1dfec45638eb387fa71e49657ba (plain)
1
2
3
4
5
6
7
8
version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      # Check for updates to GitHub Actions every weekday
      interval: "daily"