Skip to content

♻️ Chore: Setup new Table Schemas, and Implement Helpers (component and function helpers) #196

♻️ Chore: Setup new Table Schemas, and Implement Helpers (component and function helpers)

♻️ Chore: Setup new Table Schemas, and Implement Helpers (component and function helpers) #196

name: Add changeset to Renovate updates
on:
pull_request_target:
types: [opened, synchronize, labeled]
jobs:
renovate:
name: Update Renovate PR
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- name: Update PR
uses: mscharley/dependency-changesets-action@1d35a10e6730ac0cf9fbe731f2996fd4b773ff7c # v1.0.9
with:
token: ${{ secrets.DEPENDENCY_UPDATE_GITHUB_TOKEN }}
use-conventional-commits: true
author-name: Renovate Changesets
author-email: [email protected]