Skip to content

Commit

Permalink
Merge pull request #2 from Poeschl-HomeAssistant-Addons/add-experimen…
Browse files Browse the repository at this point in the history
…tal-package-update-action

✨ Add package updater action for Dockerfile
  • Loading branch information
Poeschl authored Oct 29, 2024
2 parents e188ce6 + 81e4706 commit 4e42c4c
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@add-package-update-action
permissions:
contents: write
pull-requests: write

0 comments on commit 4e42c4c

Please sign in to comment.