From 4096f190a55fa7f7bc01a0d8a41b83b0867391c7 Mon Sep 17 00:00:00 2001 From: iorate <682043+iorate@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:49:34 +0900 Subject: [PATCH] Replace js-lib preset with atomic pin preset --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index c7e20fb..74a3e83 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-lib"] + "extends": [ + "github>ublacklist/.github:renovate-config", + ":pinOnlyDevDependencies" + ] }