feat: gitea client
This commit is contained in:
18
vendor/github.com/alecthomas/kong/renovate.json5
generated
vendored
Normal file
18
vendor/github.com/alecthomas/kong/renovate.json5
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||
extends: [
|
||||
"config:recommended",
|
||||
":semanticCommits",
|
||||
":semanticCommitTypeAll(chore)",
|
||||
":semanticCommitScope(deps)",
|
||||
"group:allNonMajor",
|
||||
"schedule:earlyMondays", // Run once a week.
|
||||
],
|
||||
packageRules: [
|
||||
{
|
||||
"matchPackageNames": ["golangci-lint"],
|
||||
"matchManagers": ["hermit"],
|
||||
"enabled": false
|
||||
},
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user