mirror of
https://github.com/crazy-max/diun.git
synced 2024-12-22 19:38:28 +00:00
19 lines
420 B
Plaintext
19 lines
420 B
Plaintext
{
|
|
$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
|
|
},
|
|
]
|
|
}
|