From d6458c5efabdf9abf9eb62737dac170c0be7ae88 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 13 Dec 2023 12:06:40 +0100 Subject: [PATCH] .github: add ok-to-test on dependabot PRs Signed-off-by: Vincent Demeester --- .github/dependabot.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 5ace460..b626436 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: "weekly" + labels: + - "ok-to-test" + - "dependencies"