Skip to content

Commit abcbfe7

Browse files
authored
Merge pull request #3 from Poeschl-HomeAssistant-Addons/add-package-updater
👷 Add package updater action
2 parents 90dc0dd + 443d071 commit abcbfe7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Run Package updates
2+
3+
# yamllint disable-line rule:truthy
4+
on:
5+
schedule:
6+
- cron: "0 0 * * FRI"
7+
workflow_dispatch:
8+
9+
jobs:
10+
workflows:
11+
uses: Poeschl-HomeAssistant-Addons/workflows/.github/workflows/addon-update-packages.yaml@main
12+
permissions:
13+
contents: write
14+
pull-requests: write

0 commit comments

Comments
 (0)