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"] }