about summary refs log tree commit diff
path: root/.github/dependabot.yml
blob: 7051d54990c3557acdbb827352dbd83fd5fe5dd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version: 2
updates:

- package-ecosystem: npm
  directory: "/"
  schedule:
    interval: weekly
  open-pull-requests-limit: 99
  allow:
  - dependency-type: all
  
- package-ecosystem: bundler
  directory: "/"
  schedule:
    interval: weekly
  open-pull-requests-limit: 99
  allow:
  - dependency-type: all