Skip to content

Add renovate.json

Add renovate.json #10

Workflow file for this run

name: Unit Tests
on:
push:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-go@v2
with:
go-version: '1.19'
- name: Run tests
run: go test ./...