@@ -10,7 +10,7 @@ concurrency:
|
10 | 10 | cancel-in-progress: true |
11 | 11 | |
12 | 12 | env: |
13 | | -RENOVATE_VERSION: 43.24.1 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate |
| 13 | +RENOVATE_VERSION: 43.24.2 # 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.24.1@sha256:1ef7079e76987f0bc0f9ea9ab3beac23c046e6df9c0fd2f8bff563f55cd51f34 |
| 120 | +image: ghcr.io/renovatebot/renovate:43.24.2@sha256:324d5b6508a6ddac3056d3a461a876a70ee15a9daf2c494c3dac196fb25e461b |
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 | |
|