From 35f91969d66cdf9beb542c31c12b589c020b0215 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 20 Nov 2023 15:44:57 +0800 Subject: [PATCH] ci(dependabot): pr format --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7d2f80ce..3d7c267d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: open-pull-requests-limit: 0 commit-message: prefix: "deps(komga)" - include: "scope" + # include: "scope" schedule: interval: "weekly" @@ -23,7 +23,7 @@ updates: open-pull-requests-limit: 0 commit-message: prefix: "deps(komga-tray)" - include: "scope" + # include: "scope" schedule: interval: "weekly" @@ -32,6 +32,6 @@ updates: directory: "/" commit-message: prefix: "deps(ci)" - include: "scope" + # include: "scope" schedule: interval: "weekly"