diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 0000000..1920388 --- /dev/null +++ b/.github/workflows/renovate.yml @@ -0,0 +1,10 @@ +on: + # schedule: + # - cron: '1 1 * * SUN' # Run every Sunday at 1:01 + push + +jobs: + renovate: + uses: simatic-ax/actions/.github/workflows/renovate.yml@chore/setup_renovate_workflow + secrets: + APAX_TOKEN: ${{ secrets.APAX_TOKEN }} \ No newline at end of file