From cd01fa63a1eac0b8e63b530f933034d4b2abfeab Mon Sep 17 00:00:00 2001 From: JonKazama-Hellion Date: Sat, 9 May 2026 12:34:47 +0200 Subject: [PATCH] style: reformat renovate.json with standard 2-space indent --- renovate.json | 133 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 81 insertions(+), 52 deletions(-) diff --git a/renovate.json b/renovate.json index 6075a64..f507335 100644 --- a/renovate.json +++ b/renovate.json @@ -1,54 +1,83 @@ - { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended", - ":dependencyDashboard", - ":semanticCommits", - ":timezone(Europe/Berlin)", - "schedule:weekly" - ], - "labels": ["dependencies", "renovate"], - "assignees": ["JonKazama-Hellion"], - "prHourlyLimit": 10, - "prConcurrentLimit": 20, - "rebaseWhen": "behind-base-branch", - "packageRules": [ - { - "description": "Group all minor and patch updates per ecosystem in one PR", - "matchUpdateTypes": ["minor", "patch"], - "groupName": "minor and patch updates ({{manager}})" - }, - { - "description": "Major updates always get their own PR with breaking-change label", - "matchUpdateTypes": ["major"], - "labels": ["dependencies", "major-update", "breaking-change"], - "addLabels": ["needs-review"] - }, - { - "description": "TypeScript type definitions stay grouped with each other", - "matchPackagePrefixes": ["@types/"], - "groupName": "type definitions" - }, - { - "description": "Dev dependencies in their own group", - "matchDepTypes": ["devDependencies"], - "groupName": "dev dependencies" - }, - { - "description": "Pin GitHub Action versions by SHA for supply-chain hygiene", - "matchManagers": ["github-actions"], - "pinDigests": true - } - ], - "vulnerabilityAlerts": { - "labels": ["security", "vulnerability"], - "schedule": ["at any time"], - "prPriority": 10 +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended", + ":dependencyDashboard", + ":semanticCommits", + ":timezone(Europe/Berlin)", + "schedule:weekly" + ], + "labels": [ + "dependencies", + "renovate" + ], + "assignees": [ + "JonKazama-Hellion" + ], + "prHourlyLimit": 10, + "prConcurrentLimit": 20, + "rebaseWhen": "behind-base-branch", + "packageRules": [ + { + "description": "Group all minor and patch updates per ecosystem in one PR", + "matchUpdateTypes": [ + "minor", + "patch" + ], + "groupName": "minor and patch updates ({{manager}})" }, - "lockFileMaintenance": { - "enabled": true, - "schedule": ["before 6am on monday"], - "commitMessageAction": "Refresh" + { + "description": "Major updates always get their own PR with breaking-change label", + "matchUpdateTypes": [ + "major" + ], + "labels": [ + "dependencies", + "major-update", + "breaking-change" + ], + "addLabels": [ + "needs-review" + ] }, - "osvVulnerabilityAlerts": true - } + { + "description": "TypeScript type definitions stay grouped with each other", + "matchPackagePrefixes": [ + "@types/" + ], + "groupName": "type definitions" + }, + { + "description": "Dev dependencies in their own group", + "matchDepTypes": [ + "devDependencies" + ], + "groupName": "dev dependencies" + }, + { + "description": "Pin GitHub Action versions by SHA for supply-chain hygiene", + "matchManagers": [ + "github-actions" + ], + "pinDigests": true + } + ], + "vulnerabilityAlerts": { + "labels": [ + "security", + "vulnerability" + ], + "schedule": [ + "at any time" + ], + "prPriority": 10 + }, + "lockFileMaintenance": { + "enabled": true, + "schedule": [ + "before 6am on monday" + ], + "commitMessageAction": "Refresh" + }, + "osvVulnerabilityAlerts": true +}