This repository has been archived on 2024-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
gootp/renovate.json

15 lines
252 B
JSON
Raw Normal View History

2022-03-27 16:42:39 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"dependencies"
],
2022-03-27 16:42:39 +00:00
"extends": [
"config:base",
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"postUpdateOptions": [
"gomodTidy"
2022-03-27 16:42:39 +00:00
]
}