This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/renovate.json
Dawid Wysokiński 6f1e3135d0
All checks were successful
continuous-integration/drone/push Build is passing
chore: configure renovate (#2)
Reviewed-on: twhelp/core#2
2022-07-24 13:23:20 +00:00

15 lines
252 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"dependencies"
],
"extends": [
"config:base",
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"postUpdateOptions": [
"gomodTidy"
]
}