Skip to content

Commit

Permalink
🔧 add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineKM committed Nov 3, 2023
1 parent d86a3f4 commit 65e4bc3
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 65e4bc3

@vercel
Copy link

@vercel vercel bot commented on 65e4bc3 Nov 3, 2023

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.