diff --git a/renovate.json b/renovate.json index aed0e3cbc..fd4830030 100644 --- a/renovate.json +++ b/renovate.json @@ -1,16 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:best-practices" - ], - "pre-commit": { - "enabled": true - }, - "packageRules": [ - { - "groupName": "Ruff updates", - "matchPackageNames": ["ruff", "astral-sh/ruff-pre-commit"], - "matchManagers": ["pep621", "pre-commit"] - } + "github>communitiesuk/renovate-config" ] }