summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 76ffec7c3c9ff8067ff3f29655fb62e5f5eb3c6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
version: 2
updates:
- package-ecosystem: npm
  directory: "/"
  schedule:
    interval: weekly
    day: saturday
    time: "03:00"
    timezone: Europe/Paris
  open-pull-requests-limit: 10
  reviewers:
  - juliushaertl
  - violoncelloCH
  ignore:
  - dependency-name: twemoji
    versions:
    - ">= 13.a"
    - "< 14"
- package-ecosystem: composer
  directory: "/"
  schedule:
    interval: weekly
    day: saturday
    time: "03:00"
    timezone: Europe/Paris
  open-pull-requests-limit: 10