From 818e22d02bba7eba239e3bfdac3014240f7f85f4 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Tue, 25 Mar 2025 15:30:47 +0000 Subject: [PATCH] build(deps): configure allowed Renovate commands --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 92a188233..d0931616b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended", ":semanticCommitTypeAll(build)"], + "allowedCommands": ["^npm install( --ignore-scripts)?$"], "ignoreDeps": ["eslint", "eslint-plugin-promise", "eslint-plugin-n"], "labels": ["dependencies"], "minimumReleaseAge": "7",