Skip to content

Commit

Permalink
chore: update renovate and labelsync config
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jan 15, 2024
1 parent 688b711 commit 1b83335
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>sapphiredev/readme:sapphire-renovate"]
"extends": ["github>sapphiredev/.github:sapphire-renovate"]
}
8 changes: 5 additions & 3 deletions .github/workflows/labelsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
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@77450f9fa47c41fbab15c0923417fff00730ffa3 # tag=v4
uses: crazy-max/ghaction-github-labeler@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .github/labels.yml

0 comments on commit 1b83335

Please sign in to comment.