From 89b6e79bf7b3f94001a263c840ac7e8a1a7d8c86 Mon Sep 17 00:00:00 2001 From: Flamy <27062841+f1amy@users.noreply.github.com> Date: Sun, 3 Sep 2023 14:17:58 +0500 Subject: [PATCH] Really disable dependabot updates for now --- .github/dependabot.yml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13f3dc7..3a38ecc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,16 +3,18 @@ version: 2 updates: -# - package-ecosystem: "github-actions" -# directory: "/" -# schedule: -# interval: "monthly" -# assignees: -# - "f1amy" -# -# - package-ecosystem: "composer" -# directory: "/" -# schedule: -# interval: "monthly" -# assignees: -# - "f1amy" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + assignees: + - "f1amy" + open-pull-requests-limit: 0 + + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "monthly" + assignees: + - "f1amy" + open-pull-requests-limit: 0