Skip to content

Commit 1b83335

Browse files
committed
chore: update renovate and labelsync config
1 parent 688b711 commit 1b83335

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>sapphiredev/readme:sapphire-renovate"]
3+
"extends": ["github>sapphiredev/.github:sapphire-renovate"]
44
}

.github/workflows/labelsync.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Project
14-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
14+
uses: actions/checkout@v4
1515
with:
16-
repository: 'sapphiredev/readme'
16+
sparse-checkout: .github/labels.yml
17+
sparse-checkout-cone-mode: false
18+
repository: 'sapphiredev/.github'
1719
- name: Run Label Sync
18-
uses: crazy-max/ghaction-github-labeler@77450f9fa47c41fbab15c0923417fff00730ffa3 # tag=v4
20+
uses: crazy-max/ghaction-github-labeler@v5
1921
with:
2022
github-token: ${{ secrets.GITHUB_TOKEN }}
2123
yaml-file: .github/labels.yml

0 commit comments

Comments
 (0)