Skip to content

Commit

Permalink
Update Renovate Configuration: Remove ineffective limitation. (#1980)
Browse files Browse the repository at this point in the history
This updates the `renovate.json` to remove a version pinning of `lint-staged` which clearly didn't work since the current version of `lint-staged` is newer than `v7`.
  • Loading branch information
abernix authored Nov 16, 2018
1 parent a5f8e3d commit 1439ab1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,5 @@
"version-2"
]
}
],
"packageRules": [
{
"packageNames": ["lint-staged"],
"allowedVersions": "<7"
}
]
}

0 comments on commit 1439ab1

Please sign in to comment.