diff --git a/.github/workflows/update-libs.yaml b/.github/workflows/update-libs.yaml new file mode 100644 index 0000000..46b56bc --- /dev/null +++ b/.github/workflows/update-libs.yaml @@ -0,0 +1,14 @@ +name: Auto-update Charm Libraries +on: + # Manual trigger + workflow_dispatch: + # Check regularly the upstream every four hours + schedule: + - cron: "0 0,4,8,12,16,20 * * *" + +jobs: + update-lib: + name: Check libraries + uses: canonical/observability/.github/workflows/charm-update-libs.yaml@main + secrets: inherit +