Skip to content

RENOVATE

RENOVATE #87

Workflow file for this run

name: RENOVATE
on:
schedule:
- cron: '0 14 * * 4'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Renovate Automatic Branch
uses: bodinsamuel/renovate-automatic-branch@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
repo-owner: algolia
repo-name: npm-search
branch-base: master