Update renovate config (#1399)

* update renovate config

* group pion deps

* pion
This commit is contained in:
David Colburn
2023-02-08 16:38:45 -08:00
committed by GitHub
parent 8a7478fd0e
commit 403c23ef82

View File

@@ -3,29 +3,32 @@
"extends": [
"config:base"
],
"postUpdateOptions": [
"gomodTidy"
],
"commitBody": "Generated by renovateBot",
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": false
"matchManagers": ["github-actions"],
"groupName": "github workflows"
},
{
"packagePatterns": [
"^golang.org/x/"
],
"schedule": [
"on the first day of the month"
]
"matchManagers": ["dockerfile"],
"groupName": "docker deps"
},
{
"matchManagers": ["gomod"],
"groupName": "go deps"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["github.com/pion"],
"groupName": "pion deps"
},
{
"matchManagers": ["gomod"],
"matchPackagePrefixes": ["github.com/livekit"],
"groupName": "livekit deps"
}
],
"ignorePaths": [
"postUpdateOptions": [
"gomodTidy"
]
}