@@ -10,7 +10,7 @@ concurrency:
|
10 | 10 | cancel-in-progress: true |
11 | 11 | |
12 | 12 | env: |
13 | | -RENOVATE_VERSION: 43.9.0 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate |
| 13 | +RENOVATE_VERSION: 43.10.1 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate |
14 | 14 | |
15 | 15 | jobs: |
16 | 16 | prepare: |
@@ -117,7 +117,7 @@ jobs:
|
117 | 117 | runs-on: ubuntu-latest |
118 | 118 | timeout-minutes: 10 |
119 | 119 | container: |
120 | | -image: ghcr.io/renovatebot/renovate:43.9.0@sha256:1910bdcb7c92c1dec2b0d85f26a8e07c098f2eccb5e10ad688e52c640e87dbc3 |
| 120 | +image: ghcr.io/renovatebot/renovate:43.10.1@sha256:c1b7893f04726f8eeee470f44f63c850821415d8ffe271692df040351d93c1bf |
121 | 121 | # github hosted runners are running as `1001:127` (ubuntu:docker) |
122 | 122 | options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127 |
123 | 123 | |
|