Skip to content

Commit a7b91f7

Browse files
renovate[bot]SimenB
authored andcommitted
chore(deps): add renovate.json (#454)
1 parent d2afda5 commit a7b91f7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Actions Status](https://github.com/jest-community/eslint-plugin-jest/workflows/Unit%20tests/badge.svg)](https://github.com/jest-community/eslint-plugin-jest/actions)
2-
[![Greenkeeper badge](https://badges.greenkeeper.io/jest-community/eslint-plugin-jest.svg)](https://greenkeeper.io/)
2+
[![Renovate badge](https://badges.renovateapi.com/github/jest-community/eslint-plugin-jest)](https://renovatebot.com/)
33

44
<div align="center">
55
<a href="https://eslint.org/">

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
],
5+
"lockFileMaintenance": { "enabled": true },
6+
"rangeStrategy": "replace"
7+
}

0 commit comments

Comments
 (0)