summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 1df0848cd75ace207f9e27b600dc68173403b94b (plain)
1
2
3
4
5
6
7
8
9
10
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
  - package-ecosystem: "npm"
    directory: "/docs"
    schedule:
      interval: "daily"