@@ -10,7 +10,7 @@ concurrency:
|
10 | 10 | cancel-in-progress: true |
11 | 11 | |
12 | 12 | env: |
13 | | -RENOVATE_VERSION: 43.14.1 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate |
| 13 | +RENOVATE_VERSION: 43.15.0 # 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.14.1@sha256:4fdccb4f94c2159843041ccfd60e770e7a370b8a49c519b859b23a26058e1f9c |
| 120 | +image: ghcr.io/renovatebot/renovate:43.15.0@sha256:a29ffafe02a7bffb2e78bc7e0f877c8123672943d9552d3937665b8a313a2b9f |
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 | |
|