summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 91297815a189d69f2b835e322a3ec4d5e6458c9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
      commit-message:
        prefix: "Dependabot update\n\nCLA: trivial\n\n"
        include: "scope"
      labels:
        - "dependencies"
        - "cla: trivial"
        - "approval: review pending"
        - "approval: otc review pending"
      reviewers:
        - "openssl/committers"