This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/.github/workflows/renovate-changesets.yml
2023-07-20 17:27:15 -03:00

19 lines
430 B
YAML

name: "📦 Renovate Changesets"
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
changesets:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'renovate[bot]' || github.actor == 'renovate' }}
steps:
- name: Dependabot Changesets
uses: feelepxyz/dependabot-changesets@v1