From 1593acd9d4f8d8909a9a603d78e4879b22a1c921 Mon Sep 17 00:00:00 2001 From: "Erik Osterman (CEO @ Cloud Posse)" Date: Tue, 16 Jul 2024 11:05:04 -0500 Subject: [PATCH] chore: Update .github/settings.yml (#77) --- .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 2f474d2..7c2ee46 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -5,3 +5,4 @@ repository: description: Terraform module to provision a basic IAM user with permissions to access S3 resources, e.g. to give the user read/write/delete access to the objects in an S3 bucket homepage: https://cloudposse.com/accelerate topics: terraform, terraform-modules, iam, s3, aws-credentials, cicd, circleci, travis-ci, codefresh +