all repos

onasty @ fdbf2f4

a one-time notes service

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
version: 2
updates:
  - package-ecosystem: gomod
    directory: /
    open-pull-requests-limit: 6
    schedule:
      interval: monthly
      day: wednesday

  - package-ecosystem: docker
    directories:
    - /
    - /mailer
    open-pull-requests-limit: 2
    schedule:
      interval: monthly
      day: wednesday

  - package-ecosystem: github-actions
    directory: /
    open-pull-requests-limit: 2
    schedule:
      interval: monthly
      day: wednesday