Skip to content

Commit

Permalink
🔧 #6: Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirschfuchs committed Feb 5, 2023
1 parent e0b2abf commit df892ce
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"description": "Renovate-Konfiguration für die Notfall-App",
"labels": ["👷 renovate"],
"prHourlyLimit": 20,
"recreateClosed": true,
"commitMessagePrefix": "⬆️ #10: ",
"commitMessageAction": "Upgrade",
"commitMessageTopic": "Dependency {{depName}}",
"commitMessageExtra": "to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isMajor}}{{prettyNewMajor}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}{{/if}}",
"packageRules": [
{
"matchUpdateTypes": ["pin"],
"commitMessagePrefix": "📌 #10: ",
"commitMessageAction": "Pin",
"addLabels": ["pin"]
},
{
"matchUpdateTypes": ["rollback"],
"commitMessagePrefix": "⬇️ #10: ",
"commitMessageAction": "Downgrade"
}
]
}

0 comments on commit df892ce

Please sign in to comment.