From 4b966da09c73be91c6340249c9b92158317e5521 Mon Sep 17 00:00:00 2001 From: "WillBooster Inc." Date: Mon, 26 Feb 2024 16:31:33 +0000 Subject: [PATCH] chore: willboosterify this repo --- .renovaterc.json => renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename .renovaterc.json => renovate.json (64%) diff --git a/.renovaterc.json b/renovate.json similarity index 64% rename from .renovaterc.json rename to renovate.json index d802af57..b8d5e16b 100644 --- a/.renovaterc.json +++ b/renovate.json @@ -1,5 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>WillBooster/willbooster-configs:renovate.json5"], - "packageRules": [{ "packageNames": ["next"], "enabled": false }] + "extends": ["github>WillBooster/willbooster-configs:renovate.json5"] }