From 20ec4050009d86d83eb7440d93111ca172ecc366 Mon Sep 17 00:00:00 2001
From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com>
Date: Sun, 22 Oct 2023 15:58:57 +0000
Subject: [PATCH] chore(deps): update renovate Docker tag to v37.31.1 (#157)
Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
---
README.md | 2 +-
action.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 254c0580..e79c6025 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
-
+
diff --git a/action.yaml b/action.yaml
index 74b9ec0c..f56cc08c 100644
--- a/action.yaml
+++ b/action.yaml
@@ -50,7 +50,7 @@ runs:
- name: Configure
id: configure
env:
- RENOVATE_VERSION: 37.29.0 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
+ RENOVATE_VERSION: 37.31.1 # renovate: datasource=docker depName=renovate packageName=ghcr.io/renovatebot/renovate
autodiscover: ${{ inputs.autodiscover != '' && inputs.autodiscover || 'false' }}
dry_run: ${{ inputs.dry_run != '' && inputs.dry_run || 'false' }}
# Check if this workflow was triggered from an organization account.