diff --git a/.github/renovate.json b/.github/renovate.json index 51a31e6..e78406f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,7 +7,7 @@ "helpers:pinGitHubActionDigests" ], "timezone": "Europe/Berlin", - "labels": ["Renovate"], + "labels": ["renovate"], "semanticCommits": "enabled", "semanticCommitScope": "deps", "pinDigests": true, @@ -17,7 +17,7 @@ "Age": "{{#if newVersion}}{{{newVersionAgeInDays}}} days{{/if}}" }, "vulnerabilityAlerts": { - "addLabels": ["Security"] + "addLabels": ["security"] }, "packageRules": [ { @@ -33,7 +33,7 @@ { "description": "Label major updates so they get a deliberate review.", "matchUpdateTypes": ["major"], - "addLabels": ["Breaking"] + "addLabels": ["breaking"] } ], "customManagers": [