ci(deps): update ghcr.io/renovatebot/renovate docker tag to v43.15.0 · renovatebot/github-action@f9a9a11

Original file line numberDiff line numberDiff line change

@@ -10,7 +10,7 @@ concurrency:

1010

cancel-in-progress: true

1111
1212

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

1414
1515

jobs:

1616

prepare:

@@ -117,7 +117,7 @@ jobs:

117117

runs-on: ubuntu-latest

118118

timeout-minutes: 10

119119

container:

120-

image: ghcr.io/renovatebot/renovate:43.14.1@sha256:4fdccb4f94c2159843041ccfd60e770e7a370b8a49c519b859b23a26058e1f9c

120+

image: ghcr.io/renovatebot/renovate:43.15.0@sha256:a29ffafe02a7bffb2e78bc7e0f877c8123672943d9552d3937665b8a313a2b9f

121121

# github hosted runners are running as `1001:127` (ubuntu:docker)

122122

options: -u 1001:0 --group-add 1000 --group-add 12021 --group-add 127

123123