From 932e1da7f31c1c364b6cb2281043276071e01063 Mon Sep 17 00:00:00 2001 From: Brooooooklyn Date: Fri, 13 Dec 2024 04:19:07 +0000 Subject: [PATCH] ci: postUpgradeTasks is only allowed on self-hosted renovate (#9137) --- .github/renovate.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 204de21863..18a0017974 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -49,11 +49,6 @@ "commitMessageTopic": "{{depName}} version", "ignoreDeps": [], "postUpdateOptions": ["yarnDedupeHighest"], - "postUpgradeTasks": { - "commands": ["lint:prettier:fix"], - "fileFilters": ["yarn.lock", "**/*.{js,jsx,mjs,ts,tsx,yml,yaml}"], - "executionMode": "update" - }, "lockFileMaintenance": { "enabled": true, "extends": ["schedule:weekly"]