mirror of
https://github.com/livekit/livekit.git
synced 2026-05-14 16:15:25 +00:00
Reduce frequency of renovate updates for non-essential deps (#3346)
This commit is contained in:
+5
-6
@@ -1,19 +1,20 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base"
|
||||
],
|
||||
"extends": ["config:base"],
|
||||
"commitBody": "Generated by renovateBot",
|
||||
"packageRules": [
|
||||
{
|
||||
"schedule": "before 6am every monday",
|
||||
"matchManagers": ["github-actions"],
|
||||
"groupName": "github workflows"
|
||||
},
|
||||
{
|
||||
"schedule": "before 6am every monday",
|
||||
"matchManagers": ["dockerfile"],
|
||||
"groupName": "docker deps"
|
||||
},
|
||||
{
|
||||
"schedule": "before 6am every monday",
|
||||
"matchManagers": ["gomod"],
|
||||
"groupName": "go deps"
|
||||
},
|
||||
@@ -28,7 +29,5 @@
|
||||
"groupName": "livekit deps"
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy"
|
||||
]
|
||||
"postUpdateOptions": ["gomodTidy"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user