From c46c2facae6dd6cdfa286e29ca3d51af85c5125c Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 9 Mar 2024 16:22:58 +0100 Subject: [PATCH] Configure pinned JS dependencies via updates.config.js --- updates.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 updates.config.js diff --git a/updates.config.js b/updates.config.js new file mode 100644 index 000000000000..11908dea8e5b --- /dev/null +++ b/updates.config.js @@ -0,0 +1,6 @@ +export default { + exclude: [ + '@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled + 'eslint-plugin-array-func', // need to migrate to eslint flat config first + ], +};