From bbdedd414daebb7351db3b4395ce456458908669 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Sun, 15 Oct 2023 22:36:58 +0200 Subject: [PATCH] ci: clean dependency bumps from changelog (#242) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a4d9a9a..5f322e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -182,6 +182,7 @@ version_variables = [ exclude_commit_patterns = [ "^chore.*", "^ci.*", + "^Bump.*", ] [build-system]