Skip to content

Commit a0ca3e3

Browse files
committed
renovate update
1 parent 54391dd commit a0ca3e3

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

renovate.json

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,16 @@
88
],
99
"packageRules": [
1010
{
11+
"description": "Never update Tasklist dependencies",
1112
"enabled": false,
1213
"matchPackageNames": [
1314
"io.camunda:tasklist*{/,}**"
1415
]
1516
},
1617
{
17-
"matchBaseBranches": [
18-
"main"
19-
],
20-
"matchUpdateTypes": [
21-
"minor"
22-
],
23-
"automerge": true
24-
},
25-
{
26-
"matchManagers": [
27-
"maven"
18+
"description": "Never update camunda dependencies minor and major after a release",
19+
"matchPackageNames": [
20+
"io.camunda:*{/,}**"
2821
],
2922
"matchBaseBranches": [
3023
"/^release/.*/"
@@ -35,14 +28,6 @@
3528
],
3629
"enabled": false
3730
},
38-
{
39-
"matchUpdateTypes": [
40-
"patch",
41-
"pin",
42-
"digest"
43-
],
44-
"automerge": true
45-
},
4631
{
4732
"matchManagers": [
4833
"maven"

0 commit comments

Comments
 (0)