on: # workflow_dispatch: # inputs: # number1_default: # description: "Number with default" # required: false # default: 100 #schedule: #- cron: "3 3 * * *" push: branches: - 'main' jobs: renovate: runs-on: docker steps: - name: Checkout uses: actions/checkout@v4.2.0 - name: Self-hosted Renovate uses: https://github.com/renovatebot/github-action@v40.2.10 with: renovate-version: 38.101.1 token: ${{ secrets.RENOVATE_PAT }}