fix(deps): update dependency renovate/renovate to v32.6.11 (#615)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-03-23 14:43:40 +00:00 committed by GitHub
parent 11c6be08a1
commit f8b5ce973d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
class Docker {
readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '32.6.10-slim';
readonly tag = '32.6.11-slim';
readonly tagSuffix = '-slim';
image(): string {