fix(deps): update renovate/renovate docker tag to v35.1.1

This commit is contained in:
renovate[bot] 2023-03-11 16:51:45 +00:00 committed by GitHub
parent 27aefbbfa2
commit 1124b567ef
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 = '35.0.0-slim';
const tag = '35.1.1-slim';
class Docker {
private static readonly repository = 'renovate/renovate';