Skip to content

Commit 2c1309f

Browse files
committed
chore: add renovate
1 parent fab1d26 commit 2c1309f

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Tooltip [![CircleCI](https://circleci.com/gh/cypress-io/react-tooltip.svg?style=svg)](https://circleci.com/gh/cypress-io/react-tooltip)
1+
# React Tooltip [![renovate-app badge][renovate-badge]][renovate-app] [![CircleCI](https://circleci.com/gh/cypress-io/react-tooltip.svg?style=svg)](https://circleci.com/gh/cypress-io/react-tooltip)
22

33
A tooltip component for React apps utilizing the excellent [popper.js library](https://popper.js.org).
44

@@ -63,3 +63,6 @@ For latest changelog see [cypress-io/react-tooltip/releases](https://github.com/
6363

6464
#### 0.1.0 - *(09/28/16)*
6565
- Initial release
66+
67+
[renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg
68+
[renovate-app]: https://renovateapp.com/

renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
],
5+
"automerge": true,
6+
"major": {
7+
"automerge": false
8+
},
9+
"prHourlyLimit": 2,
10+
"updateNotScheduled": false,
11+
"timezone": "America/New_York",
12+
"schedule": [
13+
"every weekend"
14+
],
15+
"masterIssue": true
16+
}

0 commit comments

Comments
 (0)