mirror of https://github.com/cheat/cheat.git
19 lines
386 B
Plaintext
19 lines
386 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,
|
|
},
|
|
],
|
|
}
|