Skip to content

Add renovate.json

Add renovate.json #40

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node.js for use with actions
uses: actions/setup-node@v2
with:
node-version: '12.x'
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- run: npm install && npm run lint