Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
78 changes: 4 additions & 74 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,76 +1,6 @@
{
"$schema": "https://docs.renovateapp.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"pinDigests": true,
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"labels": [
"dependencies",
"security"
],
"automerge": false,
"minimumReleaseAge": "0 days"
},
"labels": [
"dependencies"
],
"minimumReleaseAge": "7 days",
"schedule": [
"before 6am on Monday"
],
"timezone": "Europe/Berlin",
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"automerge": true,
"platformAutomerge": false,
"groupName": "devDependency non-major updates",
"labels": [
"dependencies",
"javascript"
]
},
{
"matchManagers": [
"gradle",
"gradle-wrapper",
"maven"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"automerge": true,
"platformAutomerge": true,
"groupName": "gradle/maven non-major updates",
"labels": [
"dependencies",
"gradle"
]
},
{
"matchManagers": [
"github-actions"
],
"matchUpdateTypes": [
"digest",
"patch",
"minor"
],
"automerge": true,
"groupName": "GitHub Actions updates",
"labels": [
"dependencies",
"github-actions"
]
}
]
"$schema": "https://docs.renovateapp.com/renovate-schema.json",
"extends": [
"local>mikepenz/convention"
]
Comment on lines +2 to +5
Copy link

Copilot AI Apr 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renovate.json uses 4-space indentation, but other JSON config files in this repo (e.g. .github/config/configuration.json) use 2-space indentation. Consider reformatting this file to match the repo’s JSON formatting for consistency.

Suggested change
"$schema": "https://docs.renovateapp.com/renovate-schema.json",
"extends": [
"local>mikepenz/convention"
]
"$schema": "https://docs.renovateapp.com/renovate-schema.json",
"extends": [
"local>mikepenz/convention"
]

Copilot uses AI. Check for mistakes.
}
Loading