summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 6077d35748ba30c33c11293c68d82fe22cf6c7c9 (plain)
1
2
3
4
5
6
7
# Set update schedule for GitHub Actions
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"