commit 18e7e0073224d9bf44c37341f8670c99886ef825 parent b08fd129e263fc543408fdc8e89b73d28e0c9044 Author: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 8 Nov 2022 10:53:16 +0100 [chore] dependabot: prefix correctly, ignore npm deps (#1001) Diffstat:
M | .github/dependabot.yml | | | 9 | ++++----- |
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git 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"