Skip to content

Commit 4024988

Browse files
fix: updated deps
Signed-off-by: Andriy Kalashnykov <[email protected]>
1 parent 819b250 commit 4024988

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

renovate.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
":dependencyDashboard",
66
"schedule:daily"
77
],
8-
"semanticCommits": true,
98
"postUpdateOptions": [
109
"gomodTidy"
1110
],
@@ -14,7 +13,17 @@
1413
"groupName": "all",
1514
"force": {
1615
"constraints": {
17-
"go": "1.20"
16+
"go": "1.21"
1817
}
19-
}
18+
},
19+
"platformAutomerge": true,
20+
"packageRules": [
21+
{
22+
"description": "Automerge non-major updates",
23+
"matchUpdateTypes": ["minor", "patch"],
24+
"automerge": true,
25+
"automergeType": "pr",
26+
"platformAutomerge": true
27+
}
28+
]
2029
}

0 commit comments

Comments
 (0)