Skip to content

Commit c3e90e4

Browse files
authored
chore(deps): use renovate org-preset (#205)
On-behalf-of: @SAP guenther.wannenmacher@sap.com Signed-off-by: Günther Wannenmacher (SAP) <guenther.wannenmacher@sap.com>
1 parent 76c75a2 commit c3e90e4

1 file changed

Lines changed: 4 additions & 31 deletions

File tree

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"git-submodules": {
4-
"enabled": true
5-
},
63
"extends": [
7-
"config:recommended",
8-
"config:best-practices",
9-
"security:openssf-scorecard",
10-
"helpers:pinGitHubActionDigests",
11-
":rebaseStalePrs",
4+
"github>openmcp-project/.github:renovate-config",
125
":enableVulnerabilityAlerts"
136
],
14-
"postUpdateOptions": [
15-
"gomodTidy"
16-
],
7+
"git-submodules": {
8+
"enabled": true
9+
},
1710
"customManagers": [
1811
{
1912
"description": "OpenMCP component versions in hack/local-dev.sh",
@@ -27,18 +20,6 @@
2720
}
2821
],
2922
"packageRules": [
30-
{
31-
"matchManagers": [
32-
"gomod"
33-
],
34-
"matchDepNames": [
35-
"go"
36-
],
37-
"matchDepTypes": [
38-
"golang"
39-
],
40-
"rangeStrategy": "bump"
41-
},
4223
{
4324
"matchManagers": [
4425
"custom.regex"
@@ -50,14 +31,6 @@
5031
"automerge": true,
5132
"automergeType": "pr-comment",
5233
"automergeComment": "automerge all openMCP project dependencies updates"
53-
},
54-
{
55-
"description": "Group openmcp-project/build submodule and workflow updates",
56-
"matchDepNames": [
57-
"hack/common",
58-
"openmcp-project/build"
59-
],
60-
"groupName": "openmcp-project/build"
6134
}
6235
]
6336
}

0 commit comments

Comments
 (0)