File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 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
33A 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/
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments