Skip to content

Commit 6036076

Browse files
authored
chore: fix renovate.json (#117)
1 parent 9fc361a commit 6036076

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

renovate.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,16 @@
2929
},
3030
{
3131
"matchPackageNames": [
32+
"hack/common"
33+
],
3234
"description": "Automerge submodule update",
33-
"automerge": true,
34-
"matchPackageNames": ["hack/common"]
35+
"automerge": true
3536
},
3637
{
37-
"description": "Update and automerge all components from openmcp-project immediately",
3838
"matchPackageNames": [
3939
"github.com/openmcp-project/*"
4040
],
41+
"description": "Update and automerge all components from openmcp-project immediately",
4142
"rebaseWhen": "auto",
4243
"minimumReleaseAge": "0 days",
4344
"automerge": true,

0 commit comments

Comments
 (0)