Skip to content

Update renovatebot/github-action action to v40.1.6 (#38) #23

Update renovatebot/github-action action to v40.1.6 (#38)

Update renovatebot/github-action action to v40.1.6 (#38) #23

name: Runs Renovate on a schedule
on:
schedule:
# Run at 8am-2pm UTC on weekdays
- cron: 0 8-14 * * 1-5
push:
branches:
- main
paths:
- 'renovate-defaults.json'
- '.github/renovate-config.json'
- '.github/workflows/scheduled-renovate.yaml'
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
id: get_installation_token
with:
app_id: ${{ vars.RENOVATE_GH_APP_ID }}
private_key: ${{ secrets.RENOVATE_GH_APP_PRIVATE_KEY }}
- name: Self-hosted Renovate
uses: renovatebot/github-action@23b01dbf6f38965076a36aff87f802263164f204 # v40.1.6
with:
configurationFile: .github/renovate-config.json
token: ${{ steps.get_installation_token.outputs.token }}