more renovate work

This commit is contained in:
Kjeld Schouten
2024-10-13 10:40:46 +02:00
parent b3d849ea96
commit b311dd9646
10 changed files with 21 additions and 16 deletions

View File

@@ -16,5 +16,6 @@
},
"ignoreDeps": [
// List any dependencies to ignore globally if needed
]
],
"requiredStatusChecks": null,
}

View File

@@ -19,5 +19,6 @@
},
"ignoreDeps": [
// List any dependencies to ignore globally if needed
]
],
"requiredStatusChecks": null,
}

View File

@@ -13,5 +13,6 @@
"ignore": [
// Add any global ignores here
]
],
"requiredStatusChecks": null,
}

View File

@@ -16,5 +16,6 @@
},
"ignoreDeps": [
// List any dependencies to ignore globally if needed
]
],
"requiredStatusChecks": null,
}

View File

@@ -23,5 +23,6 @@
"matchDepTypes": ["indirect"],
"enabled": false
}
]
],
"requiredStatusChecks": null,
}

View File

@@ -12,5 +12,6 @@
},
"ignore": [
// Add any global ignores here if needed
]
],
"requiredStatusChecks": null,
}

View File

@@ -12,5 +12,6 @@
},
"ignore": [
// Add any global ignores here if needed
]
],
"requiredStatusChecks": null,
}

View File

@@ -1,21 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rebaseWhen": "conflicted",
"prConcurrentLimit": 25,
"prConcurrentLimit": 100,
"pinDigests": true,
"semanticCommits": "enabled",
"extends": ["helpers:pinGitHubActionDigests"],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"separateMinorPatch": true,
prHourlyLimit: 0,
semanticCommits: 'enabled',
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"extends": [
"config:recommended",
"docker:enableMajor",
"replacements:k8s-registry-move",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":semanticCommits",
"github>truecharts/public//.github/renovate/updates/digest.json5",
"github>truecharts/public//.github/renovate/updates/patch.json5",
"github>truecharts/public//.github/renovate/updates/minor.json5",

View File

@@ -7,7 +7,7 @@
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": ["digest", "patch", "minor"],
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p", "tccr.io/tccr/.*", "tccr.io/tccrbase/.*" ]
"matchPackagePatterns": ["ghcr.io/bjw-s", "ghcr.io/onedr0p", "tccr.io/tccr/.*", "tccr.io/tccrbase/.*" ],
},
{
"description": ["Auto-merge chart updates, patch, and minor updates for OCI Helm charts from tccr.io/truecharts"],

View File

@@ -11,7 +11,8 @@
"matchVersion": "^\\d{4}\\.\\d{1,2}(\\.\\d{1,2})?$",
"excludePackagePatterns": ["*"],
"enabled": false,
"matchUpdateTypes": ["major"]
"matchUpdateTypes": ["major"],
dependencyDashboardApproval: true,
}
]
}