mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-24 14:31:47 +01: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
|
|
},
|
|
]
|
|
}
|