summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: bb70f4ca0f613b48d7e5b4e7005dfd96cfe66f78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
updates:
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "chore(node_modules)"
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "ci"