Skip to content

Commit e411d6e

Browse files
committed
align renovate.json: run just every 3 months
1 parent 4b761e7 commit e411d6e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

renovate.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
],
66
"labels": ["dependencies"],
77
"gomod": {
8-
"schedule": [
9-
"after 5am on sunday"
10-
],
8+
"schedule": ["* * 7 */3 *"],
119
"postUpdateOptions": [
1210
"gomodUpdateImportPaths",
1311
"gomodTidy",
@@ -17,11 +15,6 @@
1715
{
1816
"matchManagers": ["gomod"],
1917
"groupName": "Go modules"
20-
},
21-
{
22-
"matchManagers": ["gomod"],
23-
"matchUpdateTypes": ["major"],
24-
"enabled": false
2518
}
2619
]
2720
},

0 commit comments

Comments
 (0)