@@ -10,7 +10,7 @@ concurrency:
|
10 | 10 | cancel-in-progress: true |
11 | 11 | |
12 | 12 | env: |
13 | | -RENOVATE_VERSION: 43.5.4 # renovate: datasource=docker depName=ghcr.io/renovatebot/renovate |
| 13 | +RENOVATE_VERSION: 43.5.5 # 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.5.4@sha256:f8b4b782b15999e01b9e590df8ef66c2c4c7459e792a8219bc17ed73be12dabf |
| 120 | +image: ghcr.io/renovatebot/renovate:43.5.5@sha256:fd671f8c82cd73ee82c6c6845d4e5b989001a2a9131c7b26d3aa10ef7ffcfc22 |
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 | |
|