chore(release): 32.6.12

This commit is contained in:
github-actions[bot] 2022-03-24 00:32:47 +00:00
parent 3b0fdbe366
commit 49943c5418
3 changed files with 10 additions and 2 deletions

View file

@ -2,6 +2,14 @@
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.
### [32.6.12](https://github.com/renovatebot/github-action/compare/v32.6.10...v32.6.12) (2022-03-24)
### Bug Fixes
* **deps:** update dependency renovate/renovate to v32.6.11 ([#615](https://github.com/renovatebot/github-action/issues/615)) ([f8b5ce9](https://github.com/renovatebot/github-action/commit/f8b5ce973d47e18389034d4ebd12fafa3c5db32c))
* **deps:** update dependency renovate/renovate to v32.6.12 ([b1c164f](https://github.com/renovatebot/github-action/commit/b1c164f009949a5f62b5d88fa9697f6791d4b95d))
### [32.6.10](https://github.com/renovatebot/github-action/compare/v32.6.9...v32.6.10) (2022-03-22) ### [32.6.10](https://github.com/renovatebot/github-action/compare/v32.6.9...v32.6.10) (2022-03-22)

2
dist/index.js vendored
View file

@ -2832,7 +2832,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 = '32.6.10-slim'; this.tag = '32.6.12-slim';
this.tagSuffix = '-slim'; this.tagSuffix = '-slim';
} }
image() { image() {

View file

@ -1,6 +1,6 @@
{ {
"name": "github-action", "name": "github-action",
"version": "32.6.10", "version": "32.6.12",
"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",