Skip to content

Commit bca2367

Browse files
ci: update renovate config (#18)
1 parent 22efce0 commit bca2367

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.renovaterc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"github-actions"
1919
],
2020
"postUpdateOptions": [
21-
"gomodTidy"
21+
"gomodTidy",
22+
"gomodMassage"
2223
],
2324
"branchPrefix": "renovate-",
2425
"rebaseWhen": "conflicted",
@@ -35,6 +36,16 @@
3536
"addLabels": [
3637
"go"
3738
]
39+
},
40+
{
41+
"matchUpdateTypes": [
42+
"digest",
43+
"minor",
44+
"patch"
45+
],
46+
"automerge": true,
47+
"automergeType": "pr",
48+
"platformAutomerge": true
3849
}
3950
]
4051
}

0 commit comments

Comments
 (0)