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"],