Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit 910b915

Browse files
committed
chore: update renovate and labelsync config
1 parent fc88df7 commit 910b915

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
"labels": ["dependencies"],
55
"npm": {
66
"packageRules": [

.github/workflows/labelsync.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- name: Checkout Project
1414
uses: actions/checkout@v3
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
1820
uses: crazy-max/ghaction-github-labeler@v4
1921
with:

0 commit comments

Comments
 (0)