From cc25ef5e89bd7933eee4c59befbbc59273c9c3fe Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Fri, 17 Jan 2025 13:21:29 +0100 Subject: [PATCH] Actually disable Renovate for Poetry Python version --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5a18cf56..44196590 100644 --- a/renovate.json +++ b/renovate.json @@ -53,7 +53,7 @@ }, { "matchManagers": ["poetry"], - "matchPackageNames": ["python"], + "matchDepNames": ["python"], "enabled": false } ]