diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml index b952c1f..7c51ced 100644 --- a/.forgejo/workflows/renovate.yaml +++ b/.forgejo/workflows/renovate.yaml @@ -7,7 +7,7 @@ jobs: renovate: runs-on: docker container: - image: 'renovate/renovate:37.146.0' + image: 'renovate/renovate:37.407.2' steps: - name: Validate config # unset from https://github.com/renovatebot/renovate/discussions/15049 diff --git a/.woodpecker/.renovate.yml b/.woodpecker/.renovate.yml index 94024a8..da2dc73 100644 --- a/.woodpecker/.renovate.yml +++ b/.woodpecker/.renovate.yml @@ -1,5 +1,5 @@ variables: - - &reno_image 'renovate/renovate:37.146.0' + - &reno_image 'renovate/renovate:37.407.2' when: event: [push, manual, cron]