summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-04-20 09:49:13 +1000
committerTomas Mraz <tomas@openssl.org>2023-04-28 13:36:58 +0200
commitf9730779eb4f7896f54627c8364af3f30904fe2b (patch)
treebe6c8ebff3e9d23bef3dbe761c559d7749ab7457
parente7cbb09fdf8d835bd0d88b4b288edfd525be569c (diff)
downloadopenssl-new-f9730779eb4f7896f54627c8364af3f30904fe2b.tar.gz
dependabot: update config to include CLA: trivial, set branches etc
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20775)
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 123014908b..91297815a1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -4,3 +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"