Skip to content

Commit 7876f47

Browse files
authored
Update and rename renovate.json to renovate.json5
1 parent a3d7c22 commit 7876f47

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

renovate.json5

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
// SPDX-License-Identifier: CC0-1.0
3+
{
4+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
5+
"extends": [
6+
"config:recommended",
7+
"docker:enableMajor",
8+
":automergeMinor"
9+
],
10+
// Add these labels to all opened PRs
11+
"labels": [
12+
"Renovate"
13+
],
14+
// Enable Semantic Commit prefixes for commits and PR titles
15+
"semanticCommits": "enabled",
16+
// Let Renovate close the Dependency Dashboard issue if there are no more updates
17+
"dependencyDashboardAutoclose": true
18+
}

0 commit comments

Comments
 (0)