mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-10 19:21:51 +00:00
28 lines
632 B
JSON
28 lines
632 B
JSON
{
|
|
"$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
|
|
},
|
|
{
|
|
"matchPackageNames": ["google.golang.org/genproto/googleapis/**"],
|
|
"groupName": "googleapis"
|
|
}
|
|
]
|
|
}
|