dcbot/renovate.json
Dawid Wysokiński 13eefd3163
All checks were successful
continuous-integration/drone/push Build is passing
refactor: refactor tools installation
2023-04-30 06:17:59 +02:00

18 lines
335 B
JSON

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