Configure renovate schedule

This commit is contained in:
Atsushi Watanabe
2020-02-19 01:36:43 +09:00
committed by Lukas Herman
parent eb31da92a7
commit 56194e06cc

View File

@@ -1,5 +1,16 @@
{ {
"extends": [ "extends": [
"config:base" "config:base",
"schedule:weekly"
],
"postUpdateOptions": [
"gomodTidy"
],
"commitBody": "Generated by Renovate Bot",
"packageRules": [
{
"packagePatterns": ["^golang.org/x/"],
"schedule": ["on the first day of the month"]
}
] ]
} }