mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +00:00
16 lines
265 B
JSON
16 lines
265 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
],
|
|
"commitBody": "Generated by renovateBot",
|
|
"packageRules": [
|
|
{
|
|
"packagePatterns": ["^golang.org/x/"],
|
|
"schedule": ["on the first day of the month"]
|
|
}
|
|
]
|
|
}
|