Skip to content

Commit

Permalink
chore(deps): add renovate.json (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and SimenB committed Oct 27, 2019
1 parent d2afda5 commit a7b91f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
[![Actions Status](https://github.com/jest-community/eslint-plugin-jest/workflows/Unit%20tests/badge.svg)](https://github.com/jest-community/eslint-plugin-jest/actions)
[![Greenkeeper badge](https://badges.greenkeeper.io/jest-community/eslint-plugin-jest.svg)](https://greenkeeper.io/)
[![Renovate badge](https://badges.renovateapi.com/github/jest-community/eslint-plugin-jest)](https://renovatebot.com/)

<div align="center">
<a href="https://eslint.org/">
Expand Down
7 changes: 7 additions & 0 deletions renovate.json
@@ -0,0 +1,7 @@
{
"extends": [
"config:base"
],
"lockFileMaintenance": { "enabled": true },
"rangeStrategy": "replace"
}

0 comments on commit a7b91f7

Please sign in to comment.