Skip to content

Commit

Permalink
chore: ignore eslint renovate updates and remove tailwind.js from npm…
Browse files Browse the repository at this point in the history
… bundles
  • Loading branch information
tzellman committed Jan 5, 2022
1 parent d534005 commit e7afb24
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
/.template-lintrc.js
/.watchmanconfig
/config/ember-try.js
/config/tailwind.js
/CONTRIBUTING.md
/ember-cli-build.js
/renovate.json
Expand Down
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit e7afb24

Please sign in to comment.