From 3610c5de66562ac2de8a41780d9afbfb31ec755c Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 8 Nov 2025 22:32:00 +0100 Subject: [PATCH] feat(common): add best-practices (#16) Reviewed-on: https://gitea.t000-n.de/t.behrendt/renovate-configs/pulls/16 Reviewed-by: branch-buddy Co-authored-by: Timo Behrendt Co-committed-by: Timo Behrendt --- common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"] }