Skip to content

Commit 8d16fd5

Browse files
committed
chore: use org-wide renovate config preset
1 parent e607cc1 commit 8d16fd5

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

renovate.json5

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
1-
// SPDX-FileCopyrightText: 2025 DB Systel GmbH
21
// SPDX-License-Identifier: CC0-1.0
2+
// SPDX-FileCopyrightText: 2025 OpenRail Association AISBL
33
{
44
"$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-
// Group dependency groups
17-
"packageRules": [
18-
{
19-
"matchDepTypes": ["dev"],
20-
"groupName": "dev dependencies group"
21-
},
22-
{
23-
"managers": ["github-actions"],
24-
"groupName": "GitHub actions group"
25-
}
26-
]
5+
"extends": ["github>OpenRailAssociation/renovate-config"],
276
}

0 commit comments

Comments
 (0)