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:44:24 +01:00
parent 7c2604c0bf
commit fb502c1423

View file

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