mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
chore(release): 21.33.12
This commit is contained in:
parent
f9177cc67d
commit
94452c3ebc
4 changed files with 10 additions and 3 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.
|
||||
|
||||
### [21.33.12](https://github.com/renovatebot/github-action/compare/v21.33.7...v21.33.12) (2020-07-22)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **deps:** update renovate/renovate docker tag to v21.33.12 ([#155](https://github.com/renovatebot/github-action/issues/155)) ([f999e7c](https://github.com/renovatebot/github-action/commit/f999e7c4eff1ce9b4e27be58731643f63fedadde))
|
||||
|
||||
### [21.33.7](https://github.com/renovatebot/github-action/compare/v21.33.2...v21.33.7) (2020-07-21)
|
||||
|
||||
|
||||
|
|
|
|||
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -1061,7 +1061,7 @@ class Docker {
|
|||
constructor() {
|
||||
this.repository = 'renovate/renovate';
|
||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||
this.tag = '21.33.7-slim';
|
||||
this.tag = '21.33.12-slim';
|
||||
this.tagSuffix = '-slim';
|
||||
}
|
||||
image() {
|
||||
|
|
|
|||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-action",
|
||||
"version": "21.33.7",
|
||||
"version": "21.33.12",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "github-action",
|
||||
"version": "21.33.7",
|
||||
"version": "21.33.12",
|
||||
"description": "GitHub Action to run Renovate self-hosted.",
|
||||
"private": true,
|
||||
"main": "src/index.ts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue