Diff of /.github/dependabot.yml [000000] .. [b9e282]

Switch to unified view

a b/.github/dependabot.yml
1
version: 2
2
3
updates:
4
  - package-ecosystem: "gitsubmodule"
5
    schedule:
6
        interval: "weekly"
7
    directory: "/"
8
    target-branch: "main"
9
    open-pull-requests-limit: 2
10
    reviewers:
11
      - "pstjohn"
12
      - "jstjohn"
13
  - package-ecosystem: "docker"
14
    directory: "/"
15
    target-branch: "main"
16
    open-pull-requests-limit: 1
17
    schedule:
18
      interval: "weekly"
19
    reviewers:
20
      - "pstjohn"
21
      - "dorotat-nv"
22
      - "trvachov"