Skip to content

Commit

Permalink
🔧 (renovate) change emoji for breaking (┛ಠ_ಠ)┛彡┻━┻
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Jun 23, 2024
1 parent 81e49aa commit 4bfb8d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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",
Expand Down

0 comments on commit 4bfb8d3

Please sign in to comment.