From 18e7e0073224d9bf44c37341f8670c99886ef825 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:53:16 +0100 Subject: [PATCH] [chore] dependabot: prefix correctly, ignore npm deps (#1001) --- .github/dependabot.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e91d73539..a636b39f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" - - - package-ecosystem: "npm" # See documentation for possible values - directory: "/web/source" # Location of package manifests - schedule: - interval: "weekly" + commit-message: + prefix: "[chore]" + labels: + - "chore"