Skip to content

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

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

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

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/checkout@v3.6.0
- name: Self-hosted Renovate
uses: renovatebot/github-action@v39.2.1
with:
token: ${{ secrets.RENOVATE_TOKEN }}