From 92937f624f237257fbdaa4eb925d496671cf92ad Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Wed, 9 Nov 2022 13:27:59 +0200 Subject: [PATCH 1/4] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 73024ded..57abdaa0 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Self-Hosted Renovate' +name: 'Renovate Bot' description: 'GitHub Action to run self-hosted Renovate.' author: 'Jeroen de Bruijn' branding: From 73ae9fa1371c1ef6fc988146874c7a69389d2f90 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Wed, 9 Nov 2022 13:29:07 +0200 Subject: [PATCH 2/4] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 57abdaa0..12e30d85 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Renovate Bot' +name: 'Renovate' description: 'GitHub Action to run self-hosted Renovate.' author: 'Jeroen de Bruijn' branding: From 7a9f268135750b88c83973c1495a41e720ecd358 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Wed, 9 Nov 2022 13:30:06 +0200 Subject: [PATCH 3/4] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 12e30d85..774e8d74 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Renovate' +name: 'Renovate Bot GitHub Action' description: 'GitHub Action to run self-hosted Renovate.' author: 'Jeroen de Bruijn' branding: From 1346a101a85223c7a9f2017209fb77eb066644d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 13:14:06 +0000 Subject: [PATCH 4/4] fix(deps): update renovate/renovate docker tag to v34.21.3 --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index a6e2f7ce..db1fc467 100644 --- a/src/docker.ts +++ b/src/docker.ts @@ -1,7 +1,7 @@ class Docker { readonly repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - readonly tag = '34.21.2-slim'; + readonly tag = '34.21.3-slim'; readonly tagSuffix = '-slim'; image(): string {