summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2024-03-20 10:00:42 +0100
committerTomas Mraz <tomas@openssl.org>2024-04-04 08:47:08 +0200
commit84756fe206db36f41de96b0d9aa2ddc1a7ecd564 (patch)
tree96a93a9d5bd4254f83f155429bb5f44feebaf608 /.github
parent9aad59c224e6b490dbd9a7b93bd3dee2ad42bae3 (diff)
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)
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml20
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"