From 16d58aea9bbdf3156da8f9a8b485a10ce00fa1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Fri, 13 Mar 2026 16:43:06 +0100 Subject: [PATCH] chore: align release automation config --- .github/dependabot.yml | 9 ------- release-please-config.json | 48 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6980504..fd37235 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,24 +10,15 @@ updates: jackson: patterns: - "com.fasterxml.jackson*" - commit-message: - prefix: chore - include: scope - package-ecosystem: "gomod" directory: "/codegen" schedule: interval: "weekly" cooldown: default-days: 7 - commit-message: - prefix: chore - include: scope - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" cooldown: default-days: 7 - commit-message: - prefix: chore - include: scope diff --git a/release-please-config.json b/release-please-config.json index 598e482..027f3ee 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -6,6 +6,54 @@ "extra-label": "release", "bump-minor-pre-major": true, "bump-patch-for-minor-pre-major": true, + "changelog-sections": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "perf", + "section": "Performance Improvements" + }, + { + "type": "revert", + "section": "Reverts" + }, + { + "type": "chore", + "section": "Chores" + }, + { + "type": "docs", + "section": "Documentation" + }, + { + "type": "style", + "section": "Styles" + }, + { + "type": "refactor", + "section": "Refactors" + }, + { + "type": "test", + "section": "Tests", + "hidden": true + }, + { + "type": "build", + "section": "Build System & Dependencies" + }, + { + "type": "ci", + "section": "Continuous Integration", + "hidden": true + } + ], "packages": { ".": { "release-type": "simple",