From 767cd3e23db97aa4fbe3f9ac837ed057f95317b7 Mon Sep 17 00:00:00 2001 From: Artiom Diulgher Date: Thu, 3 Oct 2024 20:33:27 +0300 Subject: [PATCH] disable postgres update [no ci] --- .github/renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 5a96c62..ca71e83 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -36,6 +36,10 @@ { "packageNames": ["com.vk.api:sdk"], "allowedVersions": "1.0.15" + }, + { + "packageNames": ["postgres"], + "allowedVersions": "16" } ] }