From 3745f9aa8bf685f1db4b12b71117deebfbc74f3c Mon Sep 17 00:00:00 2001 From: Mark Woolley Date: Wed, 22 Apr 2026 16:02:59 +0100 Subject: [PATCH] chore(DEVOPS-10483): standardise renovate config to devops preset Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 263147ee..94da5750 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "local>Lendable/renovate-config-public", - ":semanticCommits" - ] + "extends": ["local>Lendable/renovate-config//teams/devops/default"] }