From 2fe0ba5c6e8f6d03f94edd35d53143a4811ef751 Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Tue, 16 Jul 2024 10:25:06 -0500 Subject: [PATCH] chore: Update .github/settings.yml --- .github/auto-release.yml | 54 ---------------------------------------- .github/settings.yml | 1 + 2 files changed, 1 insertion(+), 54 deletions(-) delete mode 100644 .github/auto-release.yml diff --git a/.github/auto-release.yml b/.github/auto-release.yml deleted file mode 100644 index cc9bf05..0000000 --- a/.github/auto-release.yml +++ /dev/null @@ -1,54 +0,0 @@ -name-template: 'v$RESOLVED_VERSION' -tag-template: '$RESOLVED_VERSION' -version-template: '$MAJOR.$MINOR.$PATCH' -version-resolver: - major: - labels: - - 'major' - minor: - labels: - - 'minor' - - 'enhancement' - patch: - labels: - - 'auto-update' - - 'patch' - - 'fix' - - 'bugfix' - - 'bug' - - 'hotfix' - default: 'minor' -filter-by-commitish: true - -categories: -- title: '🚀 Enhancements' - labels: - - 'enhancement' - - 'patch' -- title: '🐛 Bug Fixes' - labels: - - 'fix' - - 'bugfix' - - 'bug' - - 'hotfix' -- title: '🤖 Automatic Updates' - labels: - - 'auto-update' - -change-template: | -
- $TITLE @$AUTHOR (#$NUMBER) - - $BODY -
- -template: | - $CHANGES - -replacers: -# Remove irrelevant information from Renovate bot -- search: '/(?<=---\s)\s*^#.*(Renovate configuration|Configuration)(?:.|\n)*?This PR has been generated .*/gm' - replace: '' -# Remove Renovate bot banner image -- search: '/\[!\[[^\]]*Renovate\][^\]]*\](\([^)]*\))?\s*\n+/gm' - replace: '' diff --git a/.github/settings.yml b/.github/settings.yml index 0637bf6..2b315f3 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -5,3 +5,4 @@ repository: description: ' Terraform module to provision AWS RDS instances' homepage: https://cloudposse.com/accelerate topics: terraform, terraform-modules, rds, aws-rds, postgres, mysql, aws, hcl2 +