Skip to content

Commit dc8e387

Browse files
chore(release): 25.21.10
1 parent c610b80 commit dc8e387

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### [25.21.10](https://github.com/renovatebot/github-action/compare/v25.21.8...v25.21.10) (2021-05-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **deps:** update renovate/renovate docker tag to v25.21.10 ([aaf1971](https://github.com/renovatebot/github-action/commit/aaf1971b9b3ade2d4cca16daab2846228a7d7aa8))
11+
512
### [25.21.8](https://github.com/renovatebot/github-action/compare/v25.21.4...v25.21.8) (2021-05-15)
613

714

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ class Docker {
17781778
constructor() {
17791779
this.repository = 'renovate/renovate';
17801780
// renovate: datasource=docker depName=renovate/renovate versioning=docker
1781-
this.tag = '25.21.8-slim';
1781+
this.tag = '25.21.10-slim';
17821782
this.tagSuffix = '-slim';
17831783
}
17841784
image() {

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action",
3-
"version": "25.21.8",
3+
"version": "25.21.10",
44
"description": "GitHub Action to run Renovate self-hosted.",
55
"private": true,
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)