summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 005ad67ca37208c7d1847c8802738ccd28812f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2

updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "ci"

  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "weekly"
    commit-message:
      prefix: "node_modules"