We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e607cc1 commit 8d16fd5Copy full SHA for 8d16fd5
1 file changed
renovate.json5
@@ -1,27 +1,6 @@
1
-// SPDX-FileCopyrightText: 2025 DB Systel GmbH
2
// SPDX-License-Identifier: CC0-1.0
+// SPDX-FileCopyrightText: 2025 OpenRail Association AISBL
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
- // 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
- ]
+ "extends": ["github>OpenRailAssociation/renovate-config"],
27
}
0 commit comments