Skip to content

Commit a37f5d7

Browse files
authored
chore: Update and automerge all components from openmcp-project immed… (#140)
chore: Update and automerge all components from openmcp-project immediately in one singe PR
1 parent 3cf7846 commit a37f5d7

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

renovate.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,27 @@
2828
"rangeStrategy": "bump"
2929
},
3030
{
31-
"matchPackageNames": [
32-
"hack/common"
33-
],
3431
"description": "Automerge submodule update",
35-
"automerge": true
32+
"automerge": true,
33+
"matchPackageNames": ["hack/common"]
3634
},
3735
{
38-
"matchPackageNames": [
39-
"github.com/openmcp-project/*"
36+
"description": "Update and automerge all components from openmcp-project immediately in one singe PR",
37+
"matchManagers": [
38+
"gomod"
4039
],
41-
"description": "Update and automerge all components from openmcp-project immediately",
40+
"groupName": "openmcp-project Go dependencies",
41+
"groupSlug": "openmcp-go-deps",
42+
"automerge": true,
43+
"automergeType": "pr",
44+
"prPriority": 10,
45+
"semanticCommitType": "chore",
4246
"rebaseWhen": "auto",
4347
"minimumReleaseAge": "0 days",
44-
"automerge": true,
45-
"enabled": true
48+
"enabled": true,
49+
"matchPackageNames": [
50+
"/^github.com/openmcp-project//"
51+
]
4652
},
4753
{
4854
"description": "Ignore our own image in chart as it will be updated on release",

0 commit comments

Comments
 (0)