summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 5737055179c779b424f85fe92776d847c5e82905 (plain)
1
2
3
4
5
6
7
8
9
10
# Set update schedule for GitHub Actions

version: 2
updates:

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      # Check for updates to GitHub Actions every weekday
      interval: "daily"