diff --git a/.github/release.yaml b/.github/release.yaml new file mode 100644 index 00000000..e3c18cda --- /dev/null +++ b/.github/release.yaml @@ -0,0 +1,16 @@ +# Source: https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes + +changelog: + categories: + - title: New Features + labels: + - enhancement + - title: Bug Fixes + labels: + - bug + - title: Misc + labels: + - misc + exclude: + labels: + - ignore diff --git a/renovate.json5 b/renovate.json5 index fcc6ffdb..d4230faa 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -19,5 +19,6 @@ "postUpdateOptions": [ "gomodTidy", "gomodUpdateImportPaths" - ] + ], + "labels": ["ignore"], }