From e7afb24765275fe057fa725fb34ec1c643564720 Mon Sep 17 00:00:00 2001 From: Tom Zellman Date: Wed, 5 Jan 2022 10:59:39 -0500 Subject: [PATCH] chore: ignore eslint renovate updates and remove tailwind.js from npm bundles --- .npmignore | 1 + renovate.json | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index fef99b1..913c1ba 100644 --- a/.npmignore +++ b/.npmignore @@ -24,6 +24,7 @@ /.template-lintrc.js /.watchmanconfig /config/ember-try.js +/config/tailwind.js /CONTRIBUTING.md /ember-cli-build.js /renovate.json diff --git a/renovate.json b/renovate.json index 1849964..56a5646 100644 --- a/renovate.json +++ b/renovate.json @@ -22,9 +22,13 @@ "separateMinorPatch": true, "packageRules": [ { - "paths": ["+(package.json)"], + "matchPaths": ["+(package.json)"], "rangeStrategy": "bump", - "ignoreDeps": ["ember-cli", "tailwindcss", "faker"] + "ignoreDeps": ["ember-cli", "faker"] + }, + { + "matchPackageNames": ["eslint"], + "allowedVersions": "<8" }, { "matchPackageNames": ["husky"],