From 4c4e237f6508266c0811c3e3a180e1dfcac77ce8 Mon Sep 17 00:00:00 2001 From: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> Date: Wed, 23 Apr 2025 14:40:15 +0300 Subject: [PATCH 1/2] Update Renovate config by removing `prTitle` field The `prTitle` field was removed from the configuration as it is no longer needed. This simplifies the file and ensures Renovate uses its default PR title formatting. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> --- renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.json b/renovate.json index ad547c1..a8e9152 100644 --- a/renovate.json +++ b/renovate.json @@ -14,7 +14,6 @@ "labels": [ "renovate" ], - "prTitle": "renovate: {{description}}", "packageRules": [ { "matchManagers": [ From 6d513414f85ba2fabdaf3ac50fa57ecc2d94e89f Mon Sep 17 00:00:00 2001 From: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> Date: Wed, 23 Apr 2025 14:45:01 +0300 Subject: [PATCH 2/2] Add "renovate" label to update categories in renovate.json This commit adds the "renovate" label to various update categories in the `renovate.json` configuration file. This ensures consistency and improves tracking across updates managed by Renovate. Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> --- renovate.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index a8e9152..4648768 100644 --- a/renovate.json +++ b/renovate.json @@ -20,7 +20,8 @@ "github-actions" ], "labels": [ - "github-actions" + "github-actions", + "renovate" ] }, { @@ -28,7 +29,8 @@ "pre-commit" ], "labels": [ - "pre-commit" + "pre-commit", + "renovate" ] }, { @@ -40,7 +42,8 @@ "poetry" ], "labels": [ - "python" + "python", + "renovate" ] } ]