12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>infrastructure/renovate-config"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["gomod"],
|
|
"semanticCommitType": "chore"
|
|
}
|
|
]
|
|
}
|