From 1af9d4f55ab731b2c0e12e34db12730d0055c5bf Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Tue, 16 Jan 2024 00:35:36 +0100 Subject: [PATCH] chore: update renovate and labelsync config --- .github/renovate.json | 3 +-- .github/workflows/labelsync.yml | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index cf12466..9a69276 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>sapphiredev/readme:sapphire-renovate"], - "labels": ["Meta: Dependencies"] + "extends": ["github>sapphiredev/.github:sapphire-renovate"] } diff --git a/.github/workflows/labelsync.yml b/.github/workflows/labelsync.yml index 122fa99..97a27d9 100644 --- a/.github/workflows/labelsync.yml +++ b/.github/workflows/labelsync.yml @@ -13,7 +13,9 @@ jobs: - name: Checkout Project uses: actions/checkout@v4 with: - repository: 'sapphiredev/readme' + sparse-checkout: .github/labels.yml + sparse-checkout-cone-mode: false + repository: 'sapphiredev/.github' - name: Run Label Sync uses: crazy-max/ghaction-github-labeler@v5 with: