mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 17:32:35 +00:00
chore(release): 27.30.0
This commit is contained in:
parent
9641e332be
commit
cf28d8ebbb
3 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.
|
||||||
|
|
||||||
|
## [27.30.0](https://github.com/renovatebot/github-action/compare/v27.28.1...v27.30.0) (2021-10-07)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update renovate/renovate docker tag to v27.30.0 ([361abef](https://github.com/renovatebot/github-action/commit/361abefcc67817b0c9576230944674a052c529c8))
|
||||||
|
|
||||||
### [27.28.1](https://github.com/renovatebot/github-action/compare/v27.28.0...v27.28.1) (2021-10-07)
|
### [27.28.1](https://github.com/renovatebot/github-action/compare/v27.28.0...v27.28.1) (2021-10-07)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
4
dist/index.js
vendored
4
dist/index.js
vendored
|
|
@ -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 = '27.28.1-slim';
|
this.tag = '27.30.0-slim';
|
||||||
this.tagSuffix = '-slim';
|
this.tagSuffix = '-slim';
|
||||||
}
|
}
|
||||||
image() {
|
image() {
|
||||||
|
|
@ -2929,7 +2929,7 @@ const path_1 = __importDefault(__nccwpck_require__(622));
|
||||||
class Input {
|
class Input {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.options = {
|
this.options = {
|
||||||
envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL)$/,
|
envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN)$/,
|
||||||
configurationFile: {
|
configurationFile: {
|
||||||
input: 'configurationFile',
|
input: 'configurationFile',
|
||||||
env: 'RENOVATE_CONFIG_FILE',
|
env: 'RENOVATE_CONFIG_FILE',
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "github-action",
|
"name": "github-action",
|
||||||
"version": "27.28.1",
|
"version": "27.30.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