Bump renovate to 37.426.0-full and action to 40.2.2

Enable debug logging
This commit is contained in:
Jan Høydahl 2024-07-16 21:53:11 +02:00
parent fdad94d567
commit 461ffde1b7

View file

@ -13,14 +13,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Self-hosted Renovate
uses: renovatebot/github-action@v40.1.2
uses: renovatebot/github-action@v40.2.2
with:
configurationFile: solr/renovate-config.js
renovate-version: 37.214.0-full
renovate-version: 37.426.0-full
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_FORK_TOKEN: ${{ secrets.RENOVATE_FORK_TOKEN }}
LOG_LEVEL: "info"
LOG_LEVEL: "debug"
RENOVATE_DOCKER_USER: "1000:0"
RENOVATE_BINARY_SOURCE: "global"
RENOVATE_PR_FOOTER: "This PR has been generated by [Renovate Bot](https://github.com/solrbot/renovate-github-action)"