We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d7c22 commit 7876f47Copy full SHA for 7876f47
renovate.json
renovate.json5
@@ -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