Skip to content

Add renovate.json

Add renovate.json #3

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build
uses: TartanLlama/[email protected]
with:
args: --pathprefix="/"
install_dependencies: true
- name: Deploy
uses: peaceiris/[email protected]
env:
PUBLISH_DIR: build
PUBLISH_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}