From: Kurt Roeckx Date: Wed, 20 Mar 2024 09:00:42 +0000 (+0100) Subject: Fix syntax of dependabot.yml X-Git-Tag: openssl-3.4.0-alpha1~752 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84756fe206db36f41de96b0d9aa2ddc1a7ecd564;p=thirdparty%2Fopenssl.git Fix syntax of dependabot.yml Reviewed-by: Tom Cosgrove Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/23899) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91297815a18..44d364633c5 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"