Renovate: Gruppierung auf Actions/Cargo/Docker umgestellt
- Actions-Gruppe jetzt dateibasiert (matchFileNames statt matchManagers), da die Custom-Regex-Manager für Trivy/OSV-Scanner/ TruffleHog als Manager-Typ "regex" laufen und von matchManagers: ["github-actions"] nicht erfasst wurden - Neue eigene Gruppe für alle Cargo-Dependencies - separateMajorMinor/separateMinorPatch in allen drei Gruppen deaktiviert, sonst reisst Renovate Major-Updates trotz groupName standardmaessig in einen eigenen PR Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Kh9v73QApBwJj96w6A8R55
This commit is contained in:
+13
-3
@@ -5,12 +5,22 @@
|
|||||||
"schedule": ["before 6am on monday"],
|
"schedule": ["before 6am on monday"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchManagers": ["github-actions"],
|
"matchFileNames": [".gitea/workflows/**"],
|
||||||
"groupName": "Gitea Actions"
|
"groupName": "Gitea Actions",
|
||||||
|
"separateMajorMinor": false,
|
||||||
|
"separateMinorPatch": false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": ["cargo"],
|
||||||
|
"groupName": "Cargo Dependencies",
|
||||||
|
"separateMajorMinor": false,
|
||||||
|
"separateMinorPatch": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["dockerfile", "docker-compose"],
|
"matchManagers": ["dockerfile", "docker-compose"],
|
||||||
"groupName": "Docker-Images"
|
"groupName": "Docker-Images",
|
||||||
|
"separateMajorMinor": false,
|
||||||
|
"separateMinorPatch": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
|
|||||||
Reference in New Issue
Block a user