mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-18 09:52:35 +00:00
chore(release): 31.78.1
This commit is contained in:
parent
0434372dab
commit
537b847a0d
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.
|
||||||
|
|
||||||
|
### [31.78.1](https://github.com/renovatebot/github-action/compare/v31.77.1...v31.78.1) (2022-02-11)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **deps:** update renovate/renovate docker tag to v31.78.1 ([32922f4](https://github.com/renovatebot/github-action/commit/32922f40245bd63052e0e31be5a363cbdf008bed))
|
||||||
|
|
||||||
### [31.77.1](https://github.com/renovatebot/github-action/compare/v31.74.1...v31.77.1) (2022-02-11)
|
### [31.77.1](https://github.com/renovatebot/github-action/compare/v31.74.1...v31.77.1) (2022-02-11)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
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 = '31.77.1-slim';
|
this.tag = '31.78.1-slim';
|
||||||
this.tagSuffix = '-slim';
|
this.tagSuffix = '-slim';
|
||||||
}
|
}
|
||||||
image() {
|
image() {
|
||||||
|
|
@ -2929,7 +2929,7 @@ const path_1 = __importDefault(__nccwpck_require__(17));
|
||||||
class Input {
|
class Input {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.options = {
|
this.options = {
|
||||||
envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN)$/,
|
envRegex: /^(?:RENOVATE_\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS)$/,
|
||||||
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": "31.77.1",
|
"version": "31.78.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