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 3fb60a2 commit 8dd7af5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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"]
}
6 changes: 4 additions & 2 deletions .github/workflows/labelsync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Automatic Label Sync

on:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
workflow_dispatch:

jobs:
Expand All @@ -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:
Expand Down

0 comments on commit 8dd7af5

Please sign in to comment.