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