There was an error while loading. Please reload this page.
1 parent 22efce0 commit bca2367Copy full SHA for bca2367
1 file changed
.renovaterc
@@ -18,7 +18,8 @@
18
"github-actions"
19
],
20
"postUpdateOptions": [
21
- "gomodTidy"
+ "gomodTidy",
22
+ "gomodMassage"
23
24
"branchPrefix": "renovate-",
25
"rebaseWhen": "conflicted",
@@ -35,6 +36,16 @@
35
36
"addLabels": [
37
"go"
38
]
39
+ },
40
+ {
41
+ "matchUpdateTypes": [
42
+ "digest",
43
+ "minor",
44
+ "patch"
45
+ ],
46
+ "automerge": true,
47
+ "automergeType": "pr",
48
+ "platformAutomerge": true
49
}
50
51
0 commit comments