fix(renovate): make Go deps always a "chore"
- add package rules to set semantic commit type for gomod
This commit is contained in:
parent
7c2604c0bf
commit
fb502c1423
1 changed files with 6 additions and 0 deletions
|
@ -2,5 +2,11 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"local>infrastructure/renovate-config"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["gomod"],
|
||||
"semanticCommitType": "chore"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue