mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 01:12:35 +00:00
chore(release): 22.5.1
This commit is contained in:
parent
5cd24adcef
commit
938ed93f59
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.
|
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.
|
||||||
|
|
||||||
|
### [22.5.1](https://github.com/renovatebot/github-action/compare/v22.5.0...v22.5.1) (2020-07-29)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update renovate/renovate docker tag to v22.5.1 ([#170](https://github.com/renovatebot/github-action/issues/170)) ([52337d6](https://github.com/renovatebot/github-action/commit/52337d69166be005b26f34f63c126c6ee0aeb700))
|
||||||
|
|
||||||
## [22.5.0](https://github.com/renovatebot/github-action/compare/v22.4.0...v22.5.0) (2020-07-28)
|
## [22.5.0](https://github.com/renovatebot/github-action/compare/v22.4.0...v22.5.0) (2020-07-28)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -1061,7 +1061,7 @@ class Docker {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.repository = 'renovate/renovate';
|
this.repository = 'renovate/renovate';
|
||||||
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
// renovate: datasource=docker depName=renovate/renovate versioning=docker
|
||||||
this.tag = '22.5.0-slim';
|
this.tag = '22.5.1-slim';
|
||||||
this.tagSuffix = '-slim';
|
this.tagSuffix = '-slim';
|
||||||
}
|
}
|
||||||
image() {
|
image() {
|
||||||
|
|
|
||||||
2
package-lock.json
generated
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "github-action",
|
"name": "github-action",
|
||||||
"version": "22.5.0",
|
"version": "22.5.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "github-action",
|
"name": "github-action",
|
||||||
"version": "22.5.0",
|
"version": "22.5.1",
|
||||||
"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