From b4248d5e9485ff8e3c55d29d17781adc9fcd22bb Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Wed, 27 Nov 2024 07:53:48 +0100 Subject: [PATCH] chore: update conventional_commits scope --- .github/conventional_commits.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/conventional_commits.json b/.github/conventional_commits.json index 0b4dc460..05f92e2c 100644 --- a/.github/conventional_commits.json +++ b/.github/conventional_commits.json @@ -1,5 +1,5 @@ { "$schema": "https://raw.githubusercontent.com/ory/ci/master/conventional_commit_config/dist/config.schema.json", "addTypes": [], - "addScopes": ["deps-dev"] + "addScopes": ["deps-dev", "core", "theme"] }