File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed
Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments