aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 786ba213067f35ef5d49ab5be59d409d58a409ee (plain)
1
2
3
4
5
6
7
8
9
# Configures dependabot

version: 2
updates:
  # GitHub Actions
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"