mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 13:25:42 +00:00
* Add renovate.json * configure Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Zhao <dz@livekit.io>
32 lines
528 B
JSON
32 lines
528 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"postUpdateOptions": [
|
|
"gomodTidy"
|
|
],
|
|
"commitBody": "Generated by renovateBot",
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch",
|
|
"pin",
|
|
"digest"
|
|
],
|
|
"automerge": false
|
|
},
|
|
{
|
|
"packagePatterns": [
|
|
"^golang.org/x/"
|
|
],
|
|
"schedule": [
|
|
"on the first day of the month"
|
|
]
|
|
}
|
|
],
|
|
"ignorePaths": [
|
|
]
|
|
}
|