Skip to content

Commit 6b4dc47

Browse files
committed
renovate: Run on Fri and group all deps
Signed-off-by: Martynas Pumputis <[email protected]>
1 parent 6d408a9 commit 6b4dc47

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

renovate.json

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,23 @@
33
"extends": [
44
"config:recommended"
55
],
6-
postUpdateOptions: [
6+
"postUpdateOptions": [
77
"gomodTidy"
8-
]
8+
],
9+
"schedule": [
10+
"on friday"
11+
],
12+
"groupName": "all dependencies",
13+
"lockFileMaintenance": {
14+
"enabled": false
15+
},
16+
"packageRules": [
17+
{
18+
"matchPackagePatterns": [
19+
"*"
20+
],
21+
"groupName": "all dependencies"
22+
}
23+
],
24+
"separateMajorMinor": false
925
}

0 commit comments

Comments
 (0)