From eef55dcfc32422fc569163f20ebe3e39db1d60cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20H=C3=B6ffner?= Date: Thu, 26 Oct 2023 12:53:00 +0200 Subject: [PATCH] ci: assign KonradHoeffner to Dependabot pull requests --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91a2d4c..4f743d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,6 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/.github/workflows" + assignees: ["KonradHoeffner"] schedule: interval: "daily"