From a907c46d99a6cb75d3988035d08fcd034f041632 Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Mon, 12 May 2025 18:14:07 +0200 Subject: [PATCH] ci: refactor renovate config to use dev-infra preset This change uses the dev-infra preset. --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index f45d8f110c..238beff247 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { - "extends": [ - "config:base" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>angular/dev-infra//renovate-presets/default.json5"] }