Skip to content

spike: renovate for SAR stacks #8

spike: renovate for SAR stacks

spike: renovate for SAR stacks #8

Workflow file for this run

name: Renovate
on:
pull_request: # test
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Run Renovate
uses: renovatebot/github-action@v46.1.4
with:
token: ${{ secrets.GITHUB_TOKEN }}
configurationFile: renovate.json
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_ONBOARDING: "false"