Skip to content

Add renovate.json

Add renovate.json #222

Workflow file for this run

name: Build
on:
pull_request:
paths-ignore:
- '*.md'
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: check
run: ./gradlew check