From 06367903b432086ea047cdad709a37df4939d3fb Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 19 Oct 2023 12:25:42 +0800 Subject: [PATCH] ci(dependabot): attempt to fix dependabot config --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index efbd5ab49..7d2f80ceb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: open-pull-requests-limit: 0 commit-message: prefix: "deps(webui)" - include: "scope" + # include: "scope" schedule: interval: "weekly"