# DO NOT EDIT DIRECTLY IN REPOSITORY # Managed in Terraform templates name: Renovate on: workflow_dispatch: schedule: - cron: '0/15 * * * *' jobs: renovate: runs-on: ubuntu-latest steps: - id: app-token uses: actions/create-github-app-token@v2 with: app-id: ${{ secrets.GH_STOAT_RELEASE_APP_ID }} private-key: ${{ secrets.GH_STOAT_RELEASE_APP_PRIVATE_KEY }} - name: Setup Mise uses: immich-app/devtools/actions/use-mise@7b8610a904d57da241e4ddba17fa62b62b15aed4 # use-mise-action-v2.0.2 with: github_token: ${{ steps.app-token.outputs.token }} - name: Self-hosted Renovate uses: renovatebot/github-action@v46.1.14 with: token: '${{ steps.app-token.outputs.token }}' env: RENOVATE_PLATFORM_COMMIT: 'enabled' RENOVATE_REPOSITORIES: '${{ github.repository }}'