mirror of https://github.com/bjdgyc/anylink.git
20 lines
365 B
JSON
20 lines
365 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
],
|
|
"commitBody": "Generated by renovateBot",
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"packagePatterns": ["^golang.org/x/"],
|
|
"schedule": ["on the first day of the month"]
|
|
}
|
|
]
|
|
}
|