Skip to content

Commit d0158fe

Browse files
authored
chore: Update and automerge all components from openmcp-project immediately in one singe PR (#225)
1 parent 2f71e80 commit d0158fe

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

renovate.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,22 @@
4444
"matchPackageNames": ["hack/common"]
4545
},
4646
{
47-
"description": "Update and automerge all components from openmcp-project immediately",
48-
"matchPackageNames": [
49-
"github.com/openmcp-project/*"
47+
"description": "Update and automerge all components from openmcp-project immediately in one singe PR",
48+
"matchManagers": [
49+
"gomod"
5050
],
51+
"groupName": "openmcp-project Go dependencies",
52+
"groupSlug": "openmcp-go-deps",
53+
"automerge": true,
54+
"automergeType": "pr",
55+
"prPriority": 10,
56+
"semanticCommitType": "chore",
5157
"rebaseWhen": "auto",
5258
"minimumReleaseAge": "0 days",
53-
"automerge": true,
54-
"enabled": true
59+
"enabled": true,
60+
"matchPackageNames": [
61+
"/^github.com/openmcp-project//"
62+
]
5563
},
5664
{
5765
"description": "Ignore our own image in chart as it will be updated on release",

0 commit comments

Comments
 (0)