aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: bf7c98516505b10cca8872663339d4049a73eef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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"