chore(renovate): use central config (#42)

This commit is contained in:
Sebastian Poxhofer 2025-03-21 19:20:40 +01:00 committed by GitHub
parent 128090ad04
commit 1e8f60da05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",