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
18 changes: 18 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// SPDX-FileCopyrightText: 2025 DB Systel GmbH
// SPDX-License-Identifier: CC0-1.0
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"docker:enableMajor",
":automergeMinor"
],
// Add these labels to all opened PRs
"labels": [
"Renovate"
],
// Enable Semantic Commit prefixes for commits and PR titles
"semanticCommits": "enabled",
// Let Renovate close the Dependency Dashboard issue if there are no more updates
"dependencyDashboardAutoclose": true
}