fix(renovate): make Go deps always a "chore"

- add package rules to set semantic commit type for gomod
This commit is contained in:
Sebastian Mark 2024-11-10 16:47:57 +01:00
parent 64f790bf90
commit b3f403cf1a

View file

@ -2,5 +2,11 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>infrastructure/renovate-config"
],
"packageRules": [
{
"matchManagers": ["gomod"],
"semanticCommitType": "chore"
}
]
}