From 232ab547ada1936e9be327fbb2a500bd01b79ad3 Mon Sep 17 00:00:00 2001 From: iorate <682043+iorate@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:47:21 +0900 Subject: [PATCH] Replace js-app preset with atomic pin preset --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 31ef2f5..8d62e14 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>ublacklist/.github:renovate-config", "config:js-app"] + "extends": [ + "github>ublacklist/.github:renovate-config", + ":pinAllExceptPeerDependencies" + ] }