Skip to content

Add renovate.json

Add renovate.json #32

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Test
run: |
curl -o- -L https://yarnpkg.com/install.sh | bash
yarn
yarn test