From 86456aeb11f8da41b4e2504e6718fb8181c8566e Mon Sep 17 00:00:00 2001 From: Hamza REMMAL Date: Tue, 2 Apr 2024 11:42:31 +0000 Subject: [PATCH] Configure dependabot assignees and reviewers --- .github/dependabot.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 99602049f5ec..f9cb18a0ad00 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,10 @@ version: 2 updates: - - - package-ecosystem: "github-actions" + - package-ecosystem: github-actions directory: "/" schedule: - interval: "weekly" + interval: weekly + assignees: + - hamzaremmal + reviewers: + - hamzaremmal