From 17cc26ef8fc7da002b8f61f9f124cdf0553f068a Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Mon, 23 Dec 2024 06:01:46 +0000
Subject: [PATCH] docs(deps): update dependency renovate-runner to v19.56.1

| datasource      | package                      | from     | to       |
| --------------- | ---------------------------- | -------- | -------- |
| gitlab-releases | renovate-bot/renovate-runner | v19.55.0 | v19.56.1 |
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d87fcf97..f46c62dc 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@ To prevent unexpected changes in your pipeline, you can pin the version of this
 include:
     - project: 'renovate-bot/renovate-runner'
       file: '/templates/renovate.gitlab-ci.yml'
-      ref: v19.55.0
+      ref: v19.56.1
 ```
 
 Please check this project's [Releases page](https://gitlab.com/renovate-bot/renovate-runner/-/releases)
@@ -87,14 +87,14 @@ renovate:
 ```
 
 You can now use remote includes to use these templates on self-hosted gitlab instances.
-The following sample uses the `v19.55.0` tag.
+The following sample uses the `v19.56.1` tag.
 You can also use `main` branch but a tag is preferred.
 Refer to GitLab [include](https://docs.gitlab.com/ee/ci/yaml/includes.html) samples for more information.
 You can add `gitlab>renovate-bot/renovate-runner` to your repos `renovate.json>extends` array to automatically update the runner version.
 
 ```yaml
 include:
-    - remote: https://gitlab.com/renovate-bot/renovate-runner/-/raw/v19.55.0/templates/renovate.gitlab-ci.yml
+    - remote: https://gitlab.com/renovate-bot/renovate-runner/-/raw/v19.56.1/templates/renovate.gitlab-ci.yml
 ```
 
 ## Configure the Schedule
-- 
GitLab