chore(renovate): make go deps always a "chore"

- add package rules to specify semantic commit type for gomod

🤖
This commit is contained in:
Sebastian Mark 2024-11-10 16:44:24 +01:00
parent 7c2604c0bf
commit 93ab0827d2

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"
}
] ]
} }