From 746df5166e2cffcda0558abb3faa4d909be850db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Sat, 3 Aug 2024 12:32:06 -0400 Subject: [PATCH] chore: remove Renovate `internalChecksFilter` override (with default value) (#332) ## PR Checklist - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/boston-ts-website/blob/main/.github/CONTRIBUTING.md) were taken ## Overview This is actually the default value: https://docs.renovatebot.com/configuration-options/#internalchecksfilter --- .github/renovate.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 639a146..cf1db12 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "automerge": true, - "internalChecksFilter": "strict", "labels": ["dependencies"], "minimumReleaseAge": "3 days", "postUpdateOptions": ["pnpmDedupe"]