From 4bfb8d3adfe130e0c30c90d1b7cef8e9355823f9 Mon Sep 17 00:00:00 2001 From: Jerome Fitzgerald Date: Sun, 23 Jun 2024 17:19:06 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=20(renovate)=20change=20emoji?= =?UTF-8?q?=20for=20breaking=20(=E2=94=9B=E0=B2=A0=5F=E0=B2=A0)=E2=94=9B?= =?UTF-8?q?=E5=BD=A1=E2=94=BB=E2=94=81=E2=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6119b2752..101a5123e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,7 +9,7 @@ "commitMessageExtra": "", "commitMessagePrefix": "⬆️ (deps)", "commitMessageSuffix": "", - "commitMessageTopic": " {{depName}}{{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}@{{{newMajor}}} 💥 {{else}}{{#if isSingleVersion}}@{{{newVersion}}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}@{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}", + "commitMessageTopic": " {{depName}}{{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}@{{{newMajor}}} 🧨 {{else}}{{#if isSingleVersion}}@{{{newVersion}}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}@{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}", "dependencyDashboard": false, "ignoreDeps": ["pnpm", "sharp", "unfetch"], "labels": ["📦️ Dependencies"], @@ -19,7 +19,7 @@ "packageRules": [ { "commitMessagePrefix": "👷 (actions)", - "commitMessageExtra": "@{{depName}}{{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}v{{{newMajor}}} 💥 {{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}v{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}", + "commitMessageExtra": "@{{depName}}{{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}v{{{newMajor}}} 🧨 {{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}v{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}", "commitMessageTopic": " {{depName}}", "groupName": "github actions :octocat: ", "groupSlug": "github-actions",