ChronoTomato/.renovaterc.json

13 lines
239 B
JSON
Raw Normal View History

2024-10-24 02:01:38 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>infrastructure/renovate-config"
],
"packageRules": [
{
"matchManagers": ["gomod"],
"semanticCommitType": "chore"
}
2024-10-24 02:01:38 +00:00
]
}