2024-05-08 18:04:53 +02:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:recommended"
|
|
|
|
],
|
|
|
|
"ignorePaths": [],
|
|
|
|
"labels": ["Skip Changelog", "dependencies"],
|
|
|
|
"postUpdateOptions" : [
|
|
|
|
"gomodTidy"
|
|
|
|
],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"matchManagers": ["gomod"],
|
|
|
|
"matchDepTypes": ["indirect"],
|
|
|
|
"enabled": true
|
|
|
|
},
|
2024-09-05 08:50:55 +02:00
|
|
|
{
|
|
|
|
"matchPackageNames": ["google.golang.org/genproto/googleapis/**"],
|
|
|
|
"groupName": "googleapis"
|
2024-09-13 09:04:17 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": ["golang.org/x/**"],
|
|
|
|
"groupName": "golang.org/x"
|
2024-05-08 18:04:53 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|