From 4f3fb1bb4b9d5a0e7efc5c2a7be90e7bf75152aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Eppl=C3=A9e?= Date: Thu, 22 May 2025 12:14:00 +0200 Subject: [PATCH] chore: Remove renovate comment about postgresql in asdf Since postgres is now handled via docker-compose instead of asdf, the restriction mentioned in the comment does not apply anymore. --- renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/renovate.json b/renovate.json index f5f875c..ed294b5 100644 --- a/renovate.json +++ b/renovate.json @@ -8,7 +8,6 @@ }, { "groupName": "asdf tool versions", - "description": "Keep in mind that Renovate currently does not support updating PostgreSQL via asdf.", "matchFileNames": [".tool-versions"] }, {