Skip to content

🤖 Run renovate

🤖 Run renovate #454

Workflow file for this run

name: 🤖 Run renovate
on:
workflow_dispatch:
schedule:
- cron: '0 */1 * * *'
jobs:
renovate:
runs-on: ubuntu-latest
env:
LOG_LEVEL: debug
RENOVATE_CONFIG_FILE: default.json
RENOVATE_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: |
npx renovate \
--autodiscover=true \
--autodiscover-filter='taiga-family/taiga-ui' \
--allowed-post-upgrade-commands='.*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true