From 192edcd72089266c087ec4d6440c08bb391cc636 Mon Sep 17 00:00:00 2001 From: Konrad Szwarc Date: Sun, 29 Jan 2023 12:07:57 +0100 Subject: [PATCH] Setup semantic commit messages for PRs --- .github/renovate.json | 2 ++ .github/semantic.yml | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 .github/semantic.yml diff --git a/.github/renovate.json b/.github/renovate.json index c314f2c..9d8c728 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,8 +6,10 @@ ":automergePr", ":automergeRequireAllStatusChecks", ":separateMultipleMajorReleases", + ":semanticCommits", "schedule:weekly" ], + "labels": ["dependencies"], "packageRules": [ { "matchPackagePatterns": ["*"], diff --git a/.github/semantic.yml b/.github/semantic.yml new file mode 100644 index 0000000..a9d1ca9 --- /dev/null +++ b/.github/semantic.yml @@ -0,0 +1,7 @@ +titleOnly: true +types: + - feat + - fix + - chore + - refactor + - docs