chore(renovate): use central config (#42)
This commit is contained in:
parent
128090ad04
commit
1e8f60da05
1 changed files with 1 additions and 10 deletions
|
@ -1,23 +1,14 @@
|
|||
{
|
||||
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||
extends: [
|
||||
"config:recommended",
|
||||
"github>secustor/renovate-config",
|
||||
"customManagers:helmChartYamlAppVersions",
|
||||
"helpers:pinGitHubActionDigests",
|
||||
],
|
||||
helmv3: {
|
||||
// bump chart version if the appVersion changes
|
||||
bumpVersion: "minor",
|
||||
},
|
||||
|
||||
packageRules: [
|
||||
{
|
||||
matchDepTypes: ["devDependencies"],
|
||||
matchUpdateTypes: ["minor", "patch"],
|
||||
automerge: true,
|
||||
automergeType: "branch",
|
||||
},
|
||||
],
|
||||
customManagers: [
|
||||
{
|
||||
customType: "regex",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue