Skip to content

Commit 51f3e4e

Browse files
committed
ci(renovate): update trigger
1 parent 198d4f6 commit 51f3e4e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/changesets-renovate.yaml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Changesets Renovate
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
4+
merge_group:
5+
pull_request_target:
6+
paths:
7+
- '**/package.json'
8+
- '**/pnpm-lock.yaml'
9+
- '.github/**/*.yaml'
710

811
permissions:
912
contents: write
@@ -15,6 +18,9 @@ jobs:
1518
steps:
1619
- name: Checkout
1720
uses: actions/checkout@v5
21+
with:
22+
fetch-depth: 2
23+
ref: ${{ github.head_ref }}
1824
- name: Setup
1925
uses: ./.github/actions/setup
2026
- name: Generate Changeset for Renovate

0 commit comments

Comments
 (0)