diff --git a/common.json b/common.json index 73361f6..3b16732 100644 --- a/common.json +++ b/common.json @@ -1,5 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "dependencyDashboard": true, - "semanticCommits": "enabled" + "semanticCommits": "enabled", + "extends": ["config:best-practices"] }