From 91f3acab32dfc3942d564a2ad62bfff670b854ad Mon Sep 17 00:00:00 2001 From: Jonas Hungershausen Date: Mon, 14 Oct 2024 15:23:54 +0200 Subject: [PATCH] chore: add deps-dev to cc scopes (#231) --- .github/.conventional_commits.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/.conventional_commits.json diff --git a/.github/.conventional_commits.json b/.github/.conventional_commits.json new file mode 100644 index 000000000..0b4dc4609 --- /dev/null +++ b/.github/.conventional_commits.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://raw.githubusercontent.com/ory/ci/master/conventional_commit_config/dist/config.schema.json", + "addTypes": [], + "addScopes": ["deps-dev"] +}