diff options
author | Kurt Roeckx <kurt@roeckx.be> | 2024-03-20 10:00:42 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-04-04 08:47:08 +0200 |
commit | 84756fe206db36f41de96b0d9aa2ddc1a7ecd564 (patch) | |
tree | 96a93a9d5bd4254f83f155429bb5f44feebaf608 | |
parent | posix_async: FreeBSD also defines {make|swap|get|set}context (diff) | |
download | openssl-84756fe206db36f41de96b0d9aa2ddc1a7ecd564.tar.xz openssl-84756fe206db36f41de96b0d9aa2ddc1a7ecd564.zip |
Fix syntax of dependabot.yml
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23899)
-rw-r--r-- | .github/dependabot.yml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91297815a1..44d364633c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,13 +4,13 @@ updates: 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" + 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" |