Skip to content

Update renovatebot/github-action action to v41 (#85) #131

Update renovatebot/github-action action to v41 (#85)

Update renovatebot/github-action action to v41 (#85) #131

Workflow file for this run

---
name: "Renovate"
on:
schedule:
- cron: 0 0 * * *
push:
branches:
- master
paths:
- ".github/workflows/renovate.yaml"
- ".github/renovate.json5"
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Renovate
uses: renovatebot/github-action@67a664fc9b4481b33a3eff6ee9edfb7a7b9dfa1e # v41.0.2
env:
RENOVATE_REPOSITORIES: ${{ github.repository }}
with:
token: ${{ secrets.RENOVATE_TOKEN }}
configurationFile: .github/renovate.json5