ci(renovate): 👷 changesets for renovate
This commit is contained in:
18
.github/workflows/renovate-changesets.yml
vendored
Normal file
18
.github/workflows/renovate-changesets.yml
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
name: "Dependabot 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]' }}
|
||||
steps:
|
||||
- name: Dependabot Changesets
|
||||
uses: feelepxyz/dependabot-changesets@v1
|
||||
Reference in New Issue
Block a user