From c56a9f7155ec76a35b979540d2be626c5a7b7487 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Fri, 7 Mar 2025 19:00:04 +0100 Subject: [PATCH] Update renovate.json --- renovate.json | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ba855e5..3acde0f 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,7 @@ "packageRules": [ { "groupName": "Swift non-major dependencies", + "description": "Group all Swift package minor and patch updates together", "matchManagers": [ "swift" ], @@ -22,11 +23,14 @@ "patch" ], "labels": [ + "dependencies", + "renovate", "swift" ] }, { - "groupName": "CI non-major dependencies", + "groupName": "GitHub Actions non-major dependencies", + "description": "Group all GitHub Actions minor and patch updates together", "matchManagers": [ "github-actions" ], @@ -35,11 +39,14 @@ "patch" ], "labels": [ + "dependencies", + "renovate", "ci" ] }, { "groupName": "Mint non-major dependencies", + "description": "Group all Mint package minor and patch updates together", "matchManagers": [ "mint" ], @@ -48,8 +55,26 @@ "patch" ], "labels": [ + "dependencies", + "renovate", "mint" ] + }, + { + "customType": "regex", + "description": "Update .swift-version", + "fileMatch": ".swift-version", + "matchStrings": [ + "(?.*)" + ], + "datasourceTemplate": "github-releases", + "depNameTemplate": "swiftlang/swift", + "extractVersionTemplate": "^swift-(?.*)-RELEASE$", + "labels": [ + "dependencies", + "renovate", + "swift-version" + ] } ], "labels": [