all repos

onasty @ 33a27b8

a one-time notes service

onasty/.github/dependabot.yml (view raw)

Olexandr Smirnov Olexandr Smirnov
ss2316544@gmail.com
chore(dependabot): look for elm deps (#182), 10 months ago
1
version: 2
2
updates:
3
  - package-ecosystem: gomod
4
    directory: /
5
    open-pull-requests-limit: 6
6
    schedule:
7
      interval: monthly
8
      day: wednesday
9
10
  - package-ecosystem: elm
11
    directory: /web
12
    schedule:
13
      interval: monthly
14
      day: wednesday
15
16
  - package-ecosystem: docker
17
    directories:
18
    - /
19
    - /mailer
20
    open-pull-requests-limit: 2
21
    schedule:
22
      interval: monthly
23
      day: wednesday
24
25
  - package-ecosystem: github-actions
26
    directory: /
27
    open-pull-requests-limit: 2
28
    schedule:
29
      interval: monthly
30
      day: wednesday