From 650d6ad04b7cafadaf2aa2b45b3eed82d255369f Mon Sep 17 00:00:00 2001 From: Viktor Delev <109960607+dvviktordelev@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:21:05 +0100 Subject: [PATCH] add actions to dependabot, add reviewers --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53bf957..c2fe7b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + reviewers: + - "dvviktordelev" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "dvviktordelev"