summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: fa9c837983ae0b5c2b2b25925d38e1efc3edbbad (plain)
1
2
3
4
5
6
7
8
9
10
11
version: 2

updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "weekly"