diff --git a/renovate.json b/renovate.json index 5b5a908..001a84b 100644 --- a/renovate.json +++ b/renovate.json @@ -11,11 +11,33 @@ "schedule": [ "at any time" ], + "labels": [ + "renovate" + ], + "prTitle": "renovate: {{description}}", "packageRules": [ { "matchManagers": [ "uv" ] + }, + { + "matchManagers": [ + "github-actions" + ], + "labels": [ + "github-actions" + ] + }, + { + "matchManagers": [ + "uv", + "pip" + + ], + "labels": [ + "python" + ] } ] }