fix(deps): update renovate/renovate docker tag to v34.146.0

This commit is contained in:
renovate[bot] 2023-02-19 00:22:39 +00:00 committed by GitHub
parent 9ed2f19850
commit a9e6f1cc95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
import type { Input } from './input';
// renovate: datasource=docker depName=renovate/renovate versioning=docker
const tag = '34.145.1-slim';
const tag = '34.146.0-slim';
class Docker {
private static readonly repository = 'renovate/renovate';