From ae7b1945f20702b355004ca1efe3c1690ccb791c Mon Sep 17 00:00:00 2001 From: ProfiiDev <92174452+Profiidev@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:22:24 +0200 Subject: [PATCH] chore: shared renovate config --- renovate.json | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/renovate.json b/renovate.json index a97ae7d..615209a 100644 --- a/renovate.json +++ b/renovate.json @@ -1,23 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:best-practices", - "group:allNonMajor", - ":automergeMinor", - "schedule:monthly" - ], - "packageRules": [ - { - "abandonmentThreshold": "5 years", - "matchPackageNames": ["dotenvy", "figment"], - "matchDatasources": ["crate"] - } - ], - "osvVulnerabilityAlerts": true, - "vulnerabilityAlerts": { - "enabled": true, - "vulnerabilityFixStrategy": "highest", - "schedule": ["at any time"], - "automerge": true - } + "extends": ["github>profiidev/renovate-config"] }