Skip to content

Commit

Permalink
👷 Add package updater action
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl committed Oct 31, 2024
1 parent 6d30115 commit 064339a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/addon-update-packages.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Run Package updates

# yamllint disable-line rule:truthy
on:
schedule:
- cron: "0 0 * * FRI"
workflow_dispatch:

jobs:
workflows:
uses: Poeschl-HomeAssistant-Addons/workflows/.github/workflows/addon-update-packages.yaml@main
permissions:
contents: write
pull-requests: write

0 comments on commit 064339a

Please sign in to comment.