fix(deps): update dependency renovate/renovate to v31.89.12

This commit is contained in:
Renovate Bot 2022-02-24 02:44:09 +00:00
parent 86994988c8
commit 6b551d9179
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

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