2024-08-26 16:05:54 +00: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
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchFileNames": ["internal/tools/**"],
|
|
|
|
"matchManagers": ["gomod"],
|
|
|
|
"matchDepTypes": ["indirect"],
|
|
|
|
"enabled": false
|
2024-09-16 09:06:00 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackageNames": ["google.golang.org/genproto/googleapis/**"],
|
|
|
|
"groupName": "googleapis"
|
2024-08-26 16:05:54 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|