summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 44d364633c5a853f3e7f9d7bde8e49d5160b3fbd (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"