mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
chore(release): merge main (1346a101a8)
This commit is contained in:
commit
48dfc6df2e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
name: 'Self-Hosted Renovate'
|
name: 'Renovate Bot GitHub Action'
|
||||||
description: 'GitHub Action to run self-hosted Renovate.'
|
description: 'GitHub Action to run self-hosted Renovate.'
|
||||||
author: 'Jeroen de Bruijn'
|
author: 'Jeroen de Bruijn'
|
||||||
branding:
|
branding:
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
class Docker {
|
class Docker {
|
||||||
readonly repository = 'renovate/renovate';
|
readonly repository = 'renovate/renovate';
|
||||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||||
readonly tag = '34.21.2-slim';
|
readonly tag = '34.21.3-slim';
|
||||||
readonly tagSuffix = '-slim';
|
readonly tagSuffix = '-slim';
|
||||||
|
|
||||||
image(): string {
|
image(): string {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue