From dc0d4e075e396267b73294519bd8c438532afae9 Mon Sep 17 00:00:00 2001 From: Josh Slaughter Date: Tue, 6 Jun 2023 10:34:48 -0700 Subject: [PATCH] housekeeping: Updating renovate config to remove postUpgradeTask --- .github/renovate.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1fb6893df8..243c4c4234 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,9 +24,6 @@ { "groupName": "eslint", "matchPackagePatterns": ["^eslint"], - "postUpgradeTasks": { - "commands": ["make frontend-lint-fix"] - }, "schedule": ["every 2 week on monday"], "stabilityDays": 14 }, @@ -56,6 +53,5 @@ } ], "postUpdateOptions": ["gomodTidy"], - "allowedPostUpgradeCommands": ["^make frontend-lint-fix$"], "ignoreDeps": ["@date-io/core", "babel-jest"] }