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
Dawid Wysokiński d1ab688099
All checks were successful
continuous-integration/drone/push Build is passing
refactor: rename module github.com/Kichiyaki/gootp -> gitea.dwysokinski.me/Kichiyaki/gootp (#2)
Reviewed-on: #2
2022-09-04 08:04:31 +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"
]
}