From 0ad8bc4392c4b2bc1e8d2f1fbe7dc890f604f5d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:40:09 +0100 Subject: [PATCH] Update stakater/.github action to v0.0.64 (#34) * Update stakater/.github action to v0.0.64 * update * update * update --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Karl Johan Grahn --- .github/workflows/pull_request.yaml | 4 ++-- .github/workflows/push.yaml | 2 +- .github/workflows/release.yaml | 2 +- .gitignore | 1 + .gitmodules | 3 --- .vale.ini | 5 +++-- custom_theme/main.html | 2 +- renovate.json | 17 ++++++++++++++++- vocabulary | 1 - 9 files changed, 25 insertions(+), 12 deletions(-) delete mode 100644 .gitmodules delete mode 160000 vocabulary diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 2071200..e43218c 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -7,13 +7,13 @@ on: jobs: qa: - uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.62 + uses: stakater/.github/.github/workflows/pull_request_doc_qa.yaml@v0.0.64 with: MD_CONFIG: .github/md_config.json DOC_SRC: content MD_LINT_CONFIG: markdownlint.yaml build: - uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.62 + uses: stakater/.github/.github/workflows/pull_request_container_build.yaml@v0.0.64 with: DOCKER_FILE_PATH: Dockerfile secrets: diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index fdd1fdd..2b3d2f9 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -7,7 +7,7 @@ on: jobs: push: - uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.62 + uses: stakater/.github/.github/workflows/push_container.yaml@v0.0.64 with: DOCKER_FILE_PATH: Dockerfile RELEASE_BRANCH: master diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 60fca5a..0eba2b7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -7,6 +7,6 @@ on: jobs: release: - uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.62 + uses: stakater/.github/.github/workflows/release_template.yaml@v0.0.64 secrets: SLACK_WEBHOOK_URL: ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }} diff --git a/.gitignore b/.gitignore index f9cf082..bed0c76 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ yarn.lock site/ +styles/ diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index a47a9fc..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "vocabulary"] - path = vocabulary - url = git@github.com:stakater/vocabulary.git diff --git a/.vale.ini b/.vale.ini index 56d1b75..a170eb4 100644 --- a/.vale.ini +++ b/.vale.ini @@ -1,7 +1,8 @@ -StylesPath = "vocabulary/styles" +StylesPath = styles MinAlertLevel = warning -Vocab = "Stakater" +Packages = https://github.com/stakater/vale-package/releases/download/v0.0.8/Stakater.zip +Vocab = Stakater # Only check MarkDown files [*.md] diff --git a/custom_theme/main.html b/custom_theme/main.html index 9b171a9..7124954 100644 --- a/custom_theme/main.html +++ b/custom_theme/main.html @@ -1,5 +1,5 @@ {% extends "base.html" %} {% block footer %} -

Copyright © 2022 Stakater AB – Change cookie settings

+

Copyright © 2024 Stakater AB – Change cookie settings

{% endblock %} diff --git a/renovate.json b/renovate.json index 39a2b6e..39e3895 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,21 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:recommended" + ], + "labels": [ + "dependencies" + ], + "customManagers": [ + { + "customType": "regex", + "fileMatch": [ + ".vale.ini" + ], + "matchStrings": [ + "https:\/\/github\\.com\/(?.*)\/releases\/download\/(?.*)\/.*\\.zip" + ], + "datasourceTemplate": "github-releases" + } ] } diff --git a/vocabulary b/vocabulary deleted file mode 160000 index 3c2fb95..0000000 --- a/vocabulary +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3c2fb959f9b2921eeae5f232c2955f8db0424f7d