Skip to content

Commit

Permalink
🔧 add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Jan 12, 2024
1 parent d59132d commit f56ceb9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"commitMessagePrefix": "⬆️",
"commitMessageAction": "upgrade",
"commitMessageTopic": "`{{depName}}`",
"commitMessageExtra": "to `{{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}`",
"assigneesFromCodeOwners": true,
"dependencyDashboard": true,
"addLabels": ["dependencies"],
"prConcurrentLimit": 0,
"prHourlyLimit": 0
}

1 comment on commit f56ceb9

@vercel
Copy link

@vercel vercel bot commented on f56ceb9 Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.