all repos

onasty @ e8fd88d0e1e0471edc268a2e3cc3a4c00e89b6cb

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
version: 2
updates:
  - package-ecosystem: gomod
    directory: /
    open-pull-requests-limit: 3
    schedule:
      interval: weekly

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

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