From 53c6b4e2e4785af6db297b089bf8031d7034ad0d Mon Sep 17 00:00:00 2001 From: achingbrain Date: Sun, 31 Jul 2022 09:08:36 +0100 Subject: [PATCH] chore: update project config --- .github/dependabot.yml | 3 +++ package.json | 12 ++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 290ad02..0bc3b42 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,6 @@ updates: interval: daily time: "10:00" open-pull-requests-limit: 10 + commit-message: + prefix: "deps" + prefix-development: "deps(dev)" diff --git a/package.json b/package.json index b6c82a9..d863738 100644 --- a/package.json +++ b/package.json @@ -102,15 +102,15 @@ "release": "patch" }, { - "type": "chore", + "type": "docs", "release": "patch" }, { - "type": "docs", + "type": "test", "release": "patch" }, { - "type": "test", + "type": "deps", "release": "patch" }, { @@ -140,7 +140,11 @@ }, { "type": "docs", - "section": "Trivial Changes" + "section": "Documentation" + }, + { + "type": "deps", + "section": "Dependencies" }, { "type": "test",