From 756505ace6456ee533fbb6863ce001e143f8e762 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 7 Feb 2026 14:30:07 +0000 Subject: [PATCH] chore: widen peerDeps --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2bf20542..85528430 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "github>nuxt/renovate-config-nuxt" + "github>nuxt/renovate-config-nuxt", + ":widenPeerDependencies" ] }