From 5cc54313b77ba82f508a714e41d0baebadb93f2a Mon Sep 17 00:00:00 2001 From: Devin Buhl Date: Thu, 9 Jan 2025 20:32:29 -0500 Subject: [PATCH] fix: remove postgres config from renovate config Signed-off-by: Devin Buhl --- .github/renovate/packageRules.json5 | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/renovate/packageRules.json5 b/.github/renovate/packageRules.json5 index 51b2a376559a5..611533ddbe131 100644 --- a/.github/renovate/packageRules.json5 +++ b/.github/renovate/packageRules.json5 @@ -1,19 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "packageRules": [ - { - "description": ["Allowed postgresql major release"], - "matchDatasources": ["docker"], - "matchPackagePatterns": ["postgresql"], - "allowedVersions": "<17" - }, - { - "description": ["Custom schedule for frequently updated container digests"], - "matchDataSources": ["docker"], - "matchPackagePatterns": ["postgresql"], - "matchUpdateTypes": ["digest"], - "schedule": ["every 3 months on the first day of the month"] - }, { "description": ["Loose versioning for non-semver containers"], "matchDatasources": ["docker"],