aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: e710d1b7e3e698e9c1e304eb8f14693793e4e26a (plain) (blame)
1
2
3
4
5
6
7
8
9
version: 2
updates:
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "daily"
    allow:
      - dependency-type: "direct"
    security-updates: true