style: reformat renovate.json with standard 2-space indent
Security / scan (push) Successful in 13s

This commit is contained in:
2026-05-09 12:34:47 +02:00
parent b81c50b433
commit cd01fa63a1
+41 -12
View File
@@ -7,47 +7,76 @@
":timezone(Europe/Berlin)", ":timezone(Europe/Berlin)",
"schedule:weekly" "schedule:weekly"
], ],
"labels": ["dependencies", "renovate"], "labels": [
"assignees": ["JonKazama-Hellion"], "dependencies",
"renovate"
],
"assignees": [
"JonKazama-Hellion"
],
"prHourlyLimit": 10, "prHourlyLimit": 10,
"prConcurrentLimit": 20, "prConcurrentLimit": 20,
"rebaseWhen": "behind-base-branch", "rebaseWhen": "behind-base-branch",
"packageRules": [ "packageRules": [
{ {
"description": "Group all minor and patch updates per ecosystem in one PR", "description": "Group all minor and patch updates per ecosystem in one PR",
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "minor and patch updates ({{manager}})" "groupName": "minor and patch updates ({{manager}})"
}, },
{ {
"description": "Major updates always get their own PR with breaking-change label", "description": "Major updates always get their own PR with breaking-change label",
"matchUpdateTypes": ["major"], "matchUpdateTypes": [
"labels": ["dependencies", "major-update", "breaking-change"], "major"
"addLabels": ["needs-review"] ],
"labels": [
"dependencies",
"major-update",
"breaking-change"
],
"addLabels": [
"needs-review"
]
}, },
{ {
"description": "TypeScript type definitions stay grouped with each other", "description": "TypeScript type definitions stay grouped with each other",
"matchPackagePrefixes": ["@types/"], "matchPackagePrefixes": [
"@types/"
],
"groupName": "type definitions" "groupName": "type definitions"
}, },
{ {
"description": "Dev dependencies in their own group", "description": "Dev dependencies in their own group",
"matchDepTypes": ["devDependencies"], "matchDepTypes": [
"devDependencies"
],
"groupName": "dev dependencies" "groupName": "dev dependencies"
}, },
{ {
"description": "Pin GitHub Action versions by SHA for supply-chain hygiene", "description": "Pin GitHub Action versions by SHA for supply-chain hygiene",
"matchManagers": ["github-actions"], "matchManagers": [
"github-actions"
],
"pinDigests": true "pinDigests": true
} }
], ],
"vulnerabilityAlerts": { "vulnerabilityAlerts": {
"labels": ["security", "vulnerability"], "labels": [
"schedule": ["at any time"], "security",
"vulnerability"
],
"schedule": [
"at any time"
],
"prPriority": 10 "prPriority": 10
}, },
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,
"schedule": ["before 6am on monday"], "schedule": [
"before 6am on monday"
],
"commitMessageAction": "Refresh" "commitMessageAction": "Refresh"
}, },
"osvVulnerabilityAlerts": true "osvVulnerabilityAlerts": true