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.
This commit is contained in:
Christopher Allford 2020-05-27 13:49:54 -07:00
parent 137cc4f150
commit efebb4058d
1 changed files with 6 additions and 0 deletions

View File

@ -11,5 +11,11 @@
"depTypeList": ["devDependencies"],
"extends": ["schedule:monthly"]
}
],
"ignoreDeps": [
"woocommerce/action-scheduler",
"woocommerce/woocommerce-admin",
"woocommerce/woocommerce-blocks",
"woocommerce/woocommerce-rest-api"
]
}