From ae3e7909087142cb50418aed8b11047845ae6261 Mon Sep 17 00:00:00 2001 From: "not-adam[bot]" <299629278+not-adam[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:28:20 +0000 Subject: [PATCH 1/3] Apply convention tsconfig-node --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 501f34e..66b20eb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,8 +8,7 @@ "strict": true, "noEmitOnError": true, "skipLibCheck": true, - "esModuleInterop": true, - "types": ["node"] + "esModuleInterop": true }, "include": ["src/**/*.ts"] } From 499c681d0208b8c89ce7bad19218185c5de0ce2d Mon Sep 17 00:00:00 2001 From: "not-adam[bot]" <299629278+not-adam[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:28:22 +0000 Subject: [PATCH 2/3] Apply convention renovate --- renovate.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7545d12..ab972fa 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,17 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], + "minimumReleaseAge": "5 days", + "internalChecksFilter": "strict", "dependencyDashboard": true, "labels": ["automation"], - "enabledManagers": ["github-actions", "npm"] + "schedule": ["* 0-6 * * 2"], + "enabledManagers": ["github-actions", "npm"], + "packageRules": [ + { + "description": "Group all non-major updates", + "matchUpdateTypes": ["minor", "patch", "pin", "digest"], + "groupName": "all non-major dependencies" + } + ] } From fbf05ac06ca8fa5d0269eb8deef490b088473bcf Mon Sep 17 00:00:00 2001 From: "not-adam[bot]" <299629278+not-adam[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:39:24 +0000 Subject: [PATCH 3/3] Apply convention tsconfig-node --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 66b20eb..501f34e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,8 @@ "strict": true, "noEmitOnError": true, "skipLibCheck": true, - "esModuleInterop": true + "esModuleInterop": true, + "types": ["node"] }, "include": ["src/**/*.ts"] }