diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30dedc4d..0243cb81 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,9 @@ updates: - package-ecosystem: "gomod" directory: "/" # Location of package manifests default_labels: - - "๐Ÿค– dependencies" + - "๐Ÿค– Dependencies" schedule: - interval: "daily" + interval: "daily" automerged_updates: - - match: - dependency_name: "gofiber/fiber/*" + - match: + dependency_name: "gofiber/fiber/*" diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 9f391f14..1e325031 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,49 +1,58 @@ name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - - title: '๐Ÿš€ New' - labels: - - 'โœ๏ธ Feature' - - title: '๐Ÿ› Fixes' - labels: - - 'โ˜ข๏ธ Bug' - - title: '๐Ÿงน Updates' - labels: - - '๐Ÿค– dependencies' - - title: '๐Ÿ“š Documentation' - labels: - - '๐Ÿ“’ Documentation' + - title: '๐Ÿš€ New' + labels: + - 'โœ๏ธ Feature' + - title: '๐Ÿ› Fixes' + labels: + - 'โ˜ข๏ธ Bug' + - title: '๐Ÿงน Updates' + labels: + - '๐Ÿงน Updates' + - '๐Ÿค– Dependencies' + - title: '๐Ÿ“š Documentation' + labels: + - '๐Ÿ“’ Documentation' change-template: '- $TITLE (#$NUMBER)' change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks. version-resolver: - minor: - labels: - - 'minor' - patch: - labels: - - 'patch' - default: patch + minor: + labels: + - 'minor' + - 'โœ๏ธ Feature' + patch: + labels: + - 'patch' + - '๐Ÿ“’ Documentation' + - 'โ˜ข๏ธ Bug' + - '๐Ÿค– dependencies' + - '๐Ÿงน Updates' + default: patch autolabeler: - - label: '๐Ÿ“’ Documentation' - files: - - '*.md' - title: - - '/(doc(s|:)|README|typos|comment|๐Ÿ“š)/i' - - label: 'โ˜ข๏ธ Bug' - branch: - - '/fix\/.+/' - title: - - '/(fix|race|bug|๐Ÿ›)/i' - - label: '๐Ÿงน Updates' - title: - - '/(bump|improve|update|refactor|โšก|๐Ÿงน)/i' - - label: 'โœ๏ธ Feature' - branch: - - '/feature\/.+/' - body: - - '/(feature|add|๐Ÿš€)/i' + - label: '๐Ÿ“’ Documentation' + files: + - '*.md' + title: + - '/(doc(s|:)|README|typos|comment|๐Ÿ“š)/i' + - label: 'โ˜ข๏ธ Bug' + branch: + - '/fix\/.+/' + title: + - '/(fix|race|bug|๐Ÿ›)/i' + - label: '๐Ÿงน Updates' + title: + - '/(improve|update|refactor|โšก|๐Ÿงน)/i' + - label: '๐Ÿค– dependencies' + title: + - '/(bumb)/i' + - label: 'โœ๏ธ Feature' + branch: + - '/feature\/.+/' + body: + - '/(feature|add|๐Ÿš€)/i' template: | - ## Changes - $CHANGES + ## Changes + $CHANGES - Thank you $CONTRIBUTORS for making this update possible. + Thank you $CONTRIBUTORS for making this update possible.