Skip to content

fix(renovate): improve lockfile maintenance and tidy config #1501

fix(renovate): improve lockfile maintenance and tidy config

fix(renovate): improve lockfile maintenance and tidy config #1501

Workflow file for this run

name: Check PR
on:
workflow_dispatch:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
jobs:
label:
runs-on: ubuntu-latest
name: Labels
permissions:
issues: write # required for creating labels
pull-requests: write # required for adding labels to pr
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true