aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 2c7d1708395e202b3b3316391f35bf4183ebd045 (plain) (blame)
1
2
3
4
5
6
7
version: 2
updates:
  # Maintain dependencies for GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"