From f9730779eb4f7896f54627c8364af3f30904fe2b Mon Sep 17 00:00:00 2001 From: Pauli Date: Thu, 20 Apr 2023 09:49:13 +1000 Subject: [PATCH] dependabot: update config to include CLA: trivial, set branches etc Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20775) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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"