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",
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
extends: [
|
extends: [
|
||||||
"config:recommended",
|
"github>secustor/renovate-config",
|
||||||
"customManagers:helmChartYamlAppVersions",
|
"customManagers:helmChartYamlAppVersions",
|
||||||
"helpers:pinGitHubActionDigests",
|
|
||||||
],
|
],
|
||||||
helmv3: {
|
helmv3: {
|
||||||
// bump chart version if the appVersion changes
|
// bump chart version if the appVersion changes
|
||||||
bumpVersion: "minor",
|
bumpVersion: "minor",
|
||||||
},
|
},
|
||||||
|
|
||||||
packageRules: [
|
|
||||||
{
|
|
||||||
matchDepTypes: ["devDependencies"],
|
|
||||||
matchUpdateTypes: ["minor", "patch"],
|
|
||||||
automerge: true,
|
|
||||||
automergeType: "branch",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
customManagers: [
|
customManagers: [
|
||||||
{
|
{
|
||||||
customType: "regex",
|
customType: "regex",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue