From 2008eba7eeaef93fb59eb7335fdc6d718f15232b Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 9 Sep 2021 12:39:17 +0200 Subject: [PATCH 1/4] chore: use single update for docs (#576) --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 5386dc5e..655f4e71 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,6 +14,7 @@ "extends": ["schedule:weekly"], "automerge": true, "stabilityDays": 0, + "separateMajorMinor": false, "commitMessageTopic": "references to {{{depName}}}", "semanticCommitType": "docs", "semanticCommitScope": null, From 2cc150ac30247484f3e5ff7c0fe76c5166da47ab Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Thu, 9 Sep 2021 12:49:54 +0200 Subject: [PATCH 2/4] ci: allow failing commitlint (#577) --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 725603f2..22630ac7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,6 +20,7 @@ jobs: fetch-depth: 0 - name: Lint commit messages uses: wagoid/commitlint-github-action@59203cb6ee1ce85035e6fe7b3aa878cf80653739 # renovate: tag=v4.1.1 + continue-on-error: true lint: runs-on: ubuntu-latest From f727f86ca7aabfdaf2c3286f21d07a1b6b8959ff Mon Sep 17 00:00:00 2001 From: Lutz Lengemann Date: Thu, 9 Sep 2021 13:27:39 +0200 Subject: [PATCH 3/4] docs: Remove reference to 404 page (#575) Co-authored-by: Michael Kriese --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a98986e0..7bfad994 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ GitHub Action to run Renovate self-hosted. ## 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` From ef38c1154f736e8659127f64759b0ffa9273c104 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 15:18:43 +0200 Subject: [PATCH 4/4] fix(deps): update renovate/renovate docker tag to v27 (#578) Co-authored-by: Renovate Bot --- src/docker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker.ts b/src/docker.ts index 6ebe8dcc..e59ae2e0 100644 --- a/src/docker.ts +++ b/src/docker.ts @@ -1,7 +1,7 @@ class Docker { readonly repository = 'renovate/renovate'; // renovate: datasource=docker depName=renovate/renovate versioning=docker - readonly tag = '26.21.7-slim'; + readonly tag = '27.1.0-slim'; readonly tagSuffix = '-slim'; image(): string {