mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 01:42:34 +00:00
chore(release): 27.13.0
This commit is contained in:
parent
4a7caaacc8
commit
aa47da0600
3 changed files with 9 additions and 2 deletions
|
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
|
## [27.13.0](https://github.com/renovatebot/github-action/compare/v27.12.2...v27.13.0) (2021-09-18)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update renovate/renovate docker tag to v27.13.0 ([03733c3](https://github.com/renovatebot/github-action/commit/03733c352bed98f1f5e0b32abe4bf9007b9dfb74))
|
||||||
|
|
||||||
### [27.12.2](https://github.com/renovatebot/github-action/compare/v27.12.0...v27.12.2) (2021-09-17)
|
### [27.12.2](https://github.com/renovatebot/github-action/compare/v27.12.0...v27.12.2) (2021-09-17)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -1989,7 +1989,7 @@ class Input {
|
||||||
class Docker {
|
class Docker {
|
||||||
repository = 'renovate/renovate';
|
repository = 'renovate/renovate';
|
||||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||||
tag = '27.12.2-slim';
|
tag = '27.13.0-slim';
|
||||||
tagSuffix = '-slim';
|
tagSuffix = '-slim';
|
||||||
image() {
|
image() {
|
||||||
return `${this.repository}:${this.tag}`;
|
return `${this.repository}:${this.tag}`;
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "github-action",
|
"name": "github-action",
|
||||||
"version": "27.12.2",
|
"version": "27.13.0",
|
||||||
"description": "GitHub Action to run Renovate self-hosted.",
|
"description": "GitHub Action to run Renovate self-hosted.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue