Skip to content

Commit 85b9a47

Browse files
authored
Merge pull request #97 from OpenRailAssociation/renovate/configure
2 parents 34b1d7b + 7876f47 commit 85b9a47

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

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)