]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix syntax of dependabot.yml
authorKurt Roeckx <kurt@roeckx.be>
Wed, 20 Mar 2024 09:00:42 +0000 (10:00 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 4 Apr 2024 06:47:08 +0000 (08:47 +0200)
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23899)

.github/dependabot.yml

index 91297815a189d69f2b835e322a3ec4d5e6458c9c..44d364633c5a853f3e7f9d7bde8e49d5160b3fbd 100644 (file)
@@ -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"