From efebb4058d4646336c9c26a4b0810b0170f37676 Mon Sep 17 00:00:00 2001 From: Christopher Allford Date: Wed, 27 May 2020 13:49:54 -0700 Subject: [PATCH] Marked all of the feature plugin packages as ignored in the renovate config Since we're going to require package updates to follow a specific PR template, it doesn't make much sense to automatically submit a PR for this through renovate. --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 40aaeb69687..e119457e471 100644 --- a/renovate.json +++ b/renovate.json @@ -11,5 +11,11 @@ "depTypeList": ["devDependencies"], "extends": ["schedule:monthly"] } + ], + "ignoreDeps": [ + "woocommerce/action-scheduler", + "woocommerce/woocommerce-admin", + "woocommerce/woocommerce-blocks", + "woocommerce/woocommerce-rest-api" ] }