Skip to content

chore(renovate): update renovate config #1130

chore(renovate): update renovate config

chore(renovate): update renovate config #1130

Workflow file for this run

name: Pull request
on: pull_request
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Test
uses: ./.github/actions/test
with:
args: '[HEAD^1]'
build:
name: Build all packages
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build
uses: ./.github/actions/build
with:
args: '[HEAD^1]'