sessions/renovate.json

18 lines
335 B
JSON
Raw Permalink Normal View History

2022-11-17 05:57:04 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [
"dependencies"
],
"extends": [
"config:base",
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"postUpdateOptions": [
"gomodTidy"
],
"ignorePaths": [
".drone.yml"
2023-04-30 04:30:46 +00:00
]
2022-11-17 05:57:04 +00:00
}