From 227a55cdf1c6774c19368665dcbda32fef8af4ad Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 6 Nov 2025 22:55:43 +0300 Subject: [PATCH] ci: simplify dependabot config Signed-off-by: NotAShelf Change-Id: I93ae831ec074eb15ecbdb1099f7c053f6a6a6964 --- .github/dependabot.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 162fed05..8ca4ed01 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,7 @@ version: 2 updates: - package-ecosystem: github-actions + open-pull-requests-limit: 15 directory: "/" schedule: interval: daily - open-pull-requests-limit: 15 - reviewers: - - NotAShelf - assignees: - - NotAShelf