Skip to content

feat(version): allow build and deploy on main and on version branch #2991

feat(version): allow build and deploy on main and on version branch

feat(version): allow build and deploy on main and on version branch #2991

Workflow file for this run

name: Renovate
#on:
# schedule:
# - cron: '*/5 8-19 * * 1-5'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}