chore(release): merge main (ef38c1154f)

This commit is contained in:
github-actions[bot] 2021-09-09 13:22:52 +00:00
commit 0b2664998f
4 changed files with 4 additions and 2 deletions

View file

@ -14,6 +14,7 @@
"extends": ["schedule:weekly"], "extends": ["schedule:weekly"],
"automerge": true, "automerge": true,
"stabilityDays": 0, "stabilityDays": 0,
"separateMajorMinor": false,
"commitMessageTopic": "references to {{{depName}}}", "commitMessageTopic": "references to {{{depName}}}",
"semanticCommitType": "docs", "semanticCommitType": "docs",
"semanticCommitScope": null, "semanticCommitScope": null,

View file

@ -20,6 +20,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Lint commit messages - name: Lint commit messages
uses: wagoid/commitlint-github-action@59203cb6ee1ce85035e6fe7b3aa878cf80653739 # renovate: tag=v4.1.1 uses: wagoid/commitlint-github-action@59203cb6ee1ce85035e6fe7b3aa878cf80653739 # renovate: tag=v4.1.1
continue-on-error: true
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -27,7 +27,7 @@ GitHub Action to run Renovate self-hosted.
## Options ## Options
Options can be passed using the inputs of this action or the corresponding environment variables. When both are passed, the input takes precedence over the environment variable. For the available environment variables see the Renovate [Self-Hosted Configuration](https://docs.renovatebot.com/self-hosted-configuration/) and [Self-Hosting](https://docs.renovatebot.com/self-hosting/) docs. Options can be passed using the inputs of this action or the corresponding environment variables. When both are passed, the input takes precedence over the environment variable. For the available environment variables see the Renovate [Self-Hosted Configuration](https://docs.renovatebot.com/self-hosted-configuration/) docs.
## `configurationFile` ## `configurationFile`

View file

@ -1,7 +1,7 @@
class Docker { class Docker {
readonly repository = 'renovate/renovate'; readonly repository = 'renovate/renovate';
// renovate: datasource=docker depName=renovate/renovate versioning=docker // renovate: datasource=docker depName=renovate/renovate versioning=docker
readonly tag = '26.21.7-slim'; readonly tag = '27.1.0-slim';
readonly tagSuffix = '-slim'; readonly tagSuffix = '-slim';
image(): string { image(): string {