mirror of
https://github.com/stoatchat/livekit-protocol.git
synced 2026-06-30 22:08:35 -04:00
fix version to Go 1.22, reduce renovate frequency (#966)
This commit is contained in:
+10
-6
@@ -1,8 +1,9 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"extends": ["config:base"],
|
||||
"constraints": {
|
||||
"go": "1.22"
|
||||
},
|
||||
"commitBody": "Generated by renovateBot",
|
||||
"packageRules": [
|
||||
{
|
||||
@@ -12,9 +13,12 @@
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"groupName": "go deps"
|
||||
},
|
||||
{
|
||||
"matchManagers": ["npm"],
|
||||
"groupName": "npm deps"
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy"
|
||||
]
|
||||
"postUpdateOptions": ["gomodTidy"],
|
||||
"schedule": ["on monday"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user