From 807d0ca10240f34a1d9422f85cb47d497d66e0e9 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:44:22 +0100 Subject: [PATCH 01/68] chore(deps): update renovatebot/github-action action to v40.1.7 (.github/workflows/01-renovate.yml) (#705) Co-authored-by: IK Renovate Bot --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index f56d2f57..d6d93071 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.1.6 + uses: renovatebot/github-action@v40.1.7 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From 1c7bae747575b26034e042a96a37e3ab98ce5702 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:44:29 +0100 Subject: [PATCH 02/68] chore(deps): update dependency renovatebot/github-action to v40.1.7 (.github/workflows/01-renovate.yml) (#704) Co-authored-by: IK Renovate Bot From 888b5dfd2b97072f34c2e880463ff123bd1c241f Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:44:36 +0100 Subject: [PATCH 03/68] chore(deps): update renovate/renovate docker tag to v37.278.0 (makefile) (#703) Co-authored-by: IK Renovate Bot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2c7bb853..d9303466 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := /bin/bash MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -CI_RENOVATE_IMAGE := renovate/renovate:37.273.0-slim +CI_RENOVATE_IMAGE := renovate/renovate:37.278.0-slim RENOVATE_REPOSITORIES := $(shell cat ./renovate/repositories.json | jq -r '. | join(",")') RENOVATE_DRY_RUN := false LOG_LEVEL := debug From a1fdb9e89a215f35dd0f8511029b0a5a265dad22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:44:44 +0100 Subject: [PATCH 04/68] chore(deps): bump renovatebot/github-action from 40.1.6 to 40.1.7 (#702) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.1.6 to 40.1.7. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.1.6...v40.1.7) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> From dd2ba4bab8cf90428d75cffac5b3c0f104a7a733 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Fri, 5 Apr 2024 20:53:59 +0100 Subject: [PATCH 05/68] chore(deps): update renovate/renovate docker tag to v37.279.3 (makefile) (#707) Co-authored-by: IK Renovate Bot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d9303466..03333900 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := /bin/bash MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -CI_RENOVATE_IMAGE := renovate/renovate:37.278.0-slim +CI_RENOVATE_IMAGE := renovate/renovate:37.279.3-slim RENOVATE_REPOSITORIES := $(shell cat ./renovate/repositories.json | jq -r '. | join(",")') RENOVATE_DRY_RUN := false LOG_LEVEL := debug From c4687d28d20c114edc9dca8a213a564cea828df4 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:42:40 +0100 Subject: [PATCH 06/68] chore(deps): update ruby/setup-ruby digest to 6bd3d99 (.github/workflow-templates/ruby.yml) (#720) Co-authored-by: IK Renovate Bot --- .github/workflow-templates/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-templates/ruby.yml b/.github/workflow-templates/ruby.yml index d3ac310e..4a019bf6 100644 --- a/.github/workflow-templates/ruby.yml +++ b/.github/workflow-templates/ruby.yml @@ -19,7 +19,7 @@ jobs: # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 + uses: ruby/setup-ruby@6bd3d993c602f6b675728ebaecb2b569ff86e99b with: ruby-version: 2.6 - name: Install dependencies From 0125cf4dbff32d916c3534f5aa4e537df97c168f Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:42:45 +0100 Subject: [PATCH 07/68] chore(deps): update dependency anothrnick/github-tag-action to v1.69.0 (.github/workflows/00-release-draft.yml) (#719) Co-authored-by: IK Renovate Bot --- .github/workflows/00-release-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/00-release-draft.yml b/.github/workflows/00-release-draft.yml index 10ef0af5..ec361e37 100644 --- a/.github/workflows/00-release-draft.yml +++ b/.github/workflows/00-release-draft.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: '0' - name: check next version - uses: anothrNick/github-tag-action@1.67.0 + uses: anothrNick/github-tag-action@1.69.0 id: tag env: DRY_RUN: true From 7c090a9a2e9d2d8f2f6ed0f88aa54334e764fa66 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:42:53 +0100 Subject: [PATCH 08/68] chore(deps): update pascalgn/automerge-action action to v0.16.3 (.github/workflows/auto-merge.yml) (#717) Co-authored-by: IK Renovate Bot --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index b026873d..a27383f8 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -30,7 +30,7 @@ jobs: steps: - name: automerge - uses: pascalgn/automerge-action@v0.16.2 + uses: pascalgn/automerge-action@v0.16.3 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" MERGE_LABELS: 'automerge,✅ Approved' From 2d8f94baeaeff01e807dc175666740f1ce8af3fc Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:42:59 +0100 Subject: [PATCH 09/68] chore(deps): update dependency pascalgn/automerge-action to v0.16.3 (.github/workflows/auto-merge.yml) (#716) Co-authored-by: IK Renovate Bot From 9b5a492d28bf305e055dc023f1843379ffca640c Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:43:15 +0100 Subject: [PATCH 10/68] chore(deps): update renovate/renovate docker tag to v37.313.1 (makefile) (#710) Co-authored-by: IK Renovate Bot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03333900..6981ea9b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := /bin/bash MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -CI_RENOVATE_IMAGE := renovate/renovate:37.279.3-slim +CI_RENOVATE_IMAGE := renovate/renovate:37.313.1-slim RENOVATE_REPOSITORIES := $(shell cat ./renovate/repositories.json | jq -r '. | join(",")') RENOVATE_DRY_RUN := false LOG_LEVEL := debug From 7be7440496f29e22299b6d95c34038bceab71071 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:43:23 +0100 Subject: [PATCH 11/68] chore(deps): update pre-commit [skip ci] (#709) Co-authored-by: IK Renovate Bot --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29974b86..ba851ed5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files args: ['--maxkb=500'] @@ -53,7 +53,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/ambv/black - rev: 24.3.0 + rev: 24.4.0 hooks: - id: black language_version: python3.8 @@ -82,7 +82,7 @@ repos: types: [file, yaml] entry: 'yamllint --strict' - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.13.0 + rev: v9.15.0 hooks: - id: commitlint stages: [commit-msg] From 6e9d6d18ec454fd35ccbf8bcd41867a77c8fd5f9 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 21 Apr 2024 16:43:35 +0100 Subject: [PATCH 12/68] chore(deps): update renovatebot/github-action action to v40.1.10 (.github/workflows/01-renovate.yml) (#712) Co-authored-by: IK Renovate Bot --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index d6d93071..0b53c0c6 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.1.7 + uses: renovatebot/github-action@v40.1.10 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From 8e3f2d928148cd5e0a657b6bff431264f2924418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 09:13:53 +0100 Subject: [PATCH 13/68] chore(deps): bump renovatebot/github-action from 40.1.10 to 40.1.11 (#741) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.1.10 to 40.1.11. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.1.10...v40.1.11) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index 0b53c0c6..be57c072 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.1.10 + uses: renovatebot/github-action@v40.1.11 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From 1cf519b9f16e91eeb897d4e8b36822d41bc37a73 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:14:01 +0100 Subject: [PATCH 14/68] chore(deps): update dependency renovatebot/github-action to v40.1.11 (.github/workflows/01-renovate.yml) (#740) Co-authored-by: IK Renovate Bot From 0d751a8a792073d55cce841330cf642f3afceaa0 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:20:19 +0100 Subject: [PATCH 15/68] chore(deps): update dependency lycheeverse/lychee-action to v1.10.0 (.github/workflows/governance.links-checker.yml) (#734) Co-authored-by: IK Renovate Bot --- .github/workflows/governance.links-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 07bccdc5..0012af53 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -34,7 +34,7 @@ jobs: # todo https://github.com/peter-evans/link-checker - name: link checker id: lychee - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@v1.10.0 # if: failure() with: args: > From a8d497631b0be691416029ad0b458f12299aff93 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:20:32 +0100 Subject: [PATCH 16/68] chore(deps): update dependency actions/checkout to v4.1.5 (.github/workflows/test.yml) (#731) Co-authored-by: IK Renovate Bot --- .github/workflows/00-release-draft.yml | 2 +- .github/workflows/01-renovate.yml | 2 +- .github/workflows/additional-tags.yml | 2 +- .github/workflows/codeowners-merge.yml | 2 +- .github/workflows/governance.links-checker.yml | 2 +- .github/workflows/synchronize.labels.yml | 2 +- .github/workflows/test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/00-release-draft.yml b/.github/workflows/00-release-draft.yml index ec361e37..8c1c83b0 100644 --- a/.github/workflows/00-release-draft.yml +++ b/.github/workflows/00-release-draft.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.5 with: fetch-depth: '0' diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index be57c072..fd7d9231 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'ivankatliarchuk/.github' steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.5 with: fetch-depth: '1' diff --git a/.github/workflows/additional-tags.yml b/.github/workflows/additional-tags.yml index 88b13396..ec9b90ca 100644 --- a/.github/workflows/additional-tags.yml +++ b/.github/workflows/additional-tags.yml @@ -10,5 +10,5 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.5 - uses: vweevers/additional-tags-action@v2 diff --git a/.github/workflows/codeowners-merge.yml b/.github/workflows/codeowners-merge.yml index 8f80cc05..831a002f 100644 --- a/.github/workflows/codeowners-merge.yml +++ b/.github/workflows/codeowners-merge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout code - uses: actions/checkout@v4.1.2 + uses: actions/checkout@v4.1.5 with: fetch-depth: '1' submodules: 'recursive' diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 0012af53..299628a7 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -28,7 +28,7 @@ jobs: if: github.repository == 'ivankatliarchuk/.github' steps: # checkout to latest commit - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.5 # run markdown linter # todo https://github.com/peter-evans/link-checker diff --git a/.github/workflows/synchronize.labels.yml b/.github/workflows/synchronize.labels.yml index c466498b..f10a2daf 100644 --- a/.github/workflows/synchronize.labels.yml +++ b/.github/workflows/synchronize.labels.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.5 # https://github.com/micnncim/action-label-syncer - uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5ddcbca..903768df 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.5 - name: calculate date id: envs From cfef71fe51b344bcbd29fb3a641e457aeb5a6612 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:20:48 +0100 Subject: [PATCH 17/68] chore(deps): update github-tags action .github/workflows/01-renovate.yml (.github/workflows/01-renovate.yml) (#725) Co-authored-by: IK Renovate Bot From e73bb17f02c297fcfd4e7ba3b4bcecbffb2fdc06 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:20:54 +0100 Subject: [PATCH 18/68] chore(deps): update actions/checkout action to v4.1.5 (.github/workflows/00-release-draft.yml) (#724) Co-authored-by: IK Renovate Bot From 19bac39dc5796fa0c3594d57aaa9e88a4974011a Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:21:01 +0100 Subject: [PATCH 19/68] chore(deps): update github-tags action .github/workflow-templates/codeowners-merge.yml (.github/workflow-templates/codeowners-merge.yml) (#723) Co-authored-by: IK Renovate Bot --- .github/workflow-templates/codeowners-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflow-templates/codeowners-merge.yml b/.github/workflow-templates/codeowners-merge.yml index 845e8240..8290dc03 100644 --- a/.github/workflow-templates/codeowners-merge.yml +++ b/.github/workflow-templates/codeowners-merge.yml @@ -13,13 +13,13 @@ jobs: steps: - name: checkout code if: steps.check.outputs.triggered == 'true' - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.5 with: fetch-depth: '1' submodules: 'recursive' - name: check if merge was approved by code owner if: steps.check.outputs.triggered == 'true' - uses: orta/code-owner-self-merge@1.6.5 + uses: orta/code-owner-self-merge@1.6.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 527369ccece093ed0abc20f670adf37993b988b4 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:21:15 +0100 Subject: [PATCH 20/68] chore(deps): update actions/checkout action to v4.1.5 (.github/workflows/synchronize.labels.yml) (#729) Co-authored-by: IK Renovate Bot From 1785a252d68f1f1bee320110e1f7ee2c93d4ec9b Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:21:21 +0100 Subject: [PATCH 21/68] chore(deps): update actions/checkout action to v4.1.5 (.github/workflows/governance.links-checker.yml) (#728) Co-authored-by: IK Renovate Bot From 3cb08013a52f1db98b7c30bfa572d87cda3b752b Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:21:27 +0100 Subject: [PATCH 22/68] chore(deps): update github-tags action .github/workflows/codeowners-merge.yml (.github/workflows/codeowners-merge.yml) (#727) Co-authored-by: IK Renovate Bot --- .github/workflows/codeowners-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeowners-merge.yml b/.github/workflows/codeowners-merge.yml index 831a002f..fb53a4bb 100644 --- a/.github/workflows/codeowners-merge.yml +++ b/.github/workflows/codeowners-merge.yml @@ -21,6 +21,6 @@ jobs: submodules: 'recursive' - name: check if merge was approved by code owner - uses: orta/code-owner-self-merge@1.6.5 + uses: orta/code-owner-self-merge@1.6.6 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From ffd37cb9cf73e075c2b65e5b527d05ebef12c262 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:21:44 +0100 Subject: [PATCH 23/68] chore(deps): update dependency orta/code-owner-self-merge to v1.6.6 (.github/workflows/codeowners-merge.yml) (#739) Co-authored-by: IK Renovate Bot From 0573699daede4869e6d88e75f8c79471fb887d34 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:21:50 +0100 Subject: [PATCH 24/68] chore(deps): update lycheeverse/lychee-action action to v1.10.0 (.github/workflows/governance.links-checker.yml) (#735) Co-authored-by: IK Renovate Bot From 7e833a73312c90a2ce8adeb5c91ab8156bdc7bb7 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:21:55 +0100 Subject: [PATCH 25/68] chore(deps): update pre-commit [skip ci] (#733) Co-authored-by: IK Renovate Bot --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba851ed5..f037d752 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -53,7 +53,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/ambv/black - rev: 24.4.0 + rev: 24.4.2 hooks: - id: black language_version: python3.8 @@ -82,7 +82,7 @@ repos: types: [file, yaml] entry: 'yamllint --strict' - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.15.0 + rev: v9.16.0 hooks: - id: commitlint stages: [commit-msg] From 82787b3b69e9c90298d56f2b4f65757a1fe8ed3c Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:22:13 +0100 Subject: [PATCH 26/68] chore(deps): update ruby/setup-ruby digest to 82dd21c (.github/workflow-templates/ruby.yml) (#732) Co-authored-by: IK Renovate Bot --- .github/workflow-templates/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-templates/ruby.yml b/.github/workflow-templates/ruby.yml index 4a019bf6..72fa8dcb 100644 --- a/.github/workflow-templates/ruby.yml +++ b/.github/workflow-templates/ruby.yml @@ -19,7 +19,7 @@ jobs: # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@6bd3d993c602f6b675728ebaecb2b569ff86e99b + uses: ruby/setup-ruby@82dd21cb955e5633e70976c289b2e3b01c0f18db with: ruby-version: 2.6 - name: Install dependencies From 2570c4910d1f7dcaf2c46ba26571984ab0f1a6fa Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:22:20 +0100 Subject: [PATCH 27/68] chore(deps): update actions/checkout action to v4.1.5 (.github/workflows/test.yml) (#730) Co-authored-by: IK Renovate Bot From db3f84cedf6b457c269d01de7f044caa28f0cdb4 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:22:26 +0100 Subject: [PATCH 28/68] chore(deps): update actions/checkout action to v4.1.5 (.github/workflows/additional-tags.yml) (#726) Co-authored-by: IK Renovate Bot From f786df532e90d0593fa99f0d637a1783b143c632 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 11 May 2024 09:22:34 +0100 Subject: [PATCH 29/68] chore(deps): update renovate/renovate docker tag to v37.354.6 (makefile) (#721) Co-authored-by: IK Renovate Bot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6981ea9b..03a74218 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := /bin/bash MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -CI_RENOVATE_IMAGE := renovate/renovate:37.313.1-slim +CI_RENOVATE_IMAGE := renovate/renovate:37.354.6-slim RENOVATE_REPOSITORIES := $(shell cat ./renovate/repositories.json | jq -r '. | join(",")') RENOVATE_DRY_RUN := false LOG_LEVEL := debug From 41e41356a94dad13bb1bf988e6203ab6eb59e7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 08:14:41 +0100 Subject: [PATCH 30/68] chore(deps): bump actions/checkout from 4.1.5 to 4.1.6 (#753) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.5...v4.1.6) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/00-release-draft.yml | 2 +- .github/workflows/01-renovate.yml | 2 +- .github/workflows/additional-tags.yml | 2 +- .github/workflows/codeowners-merge.yml | 2 +- .github/workflows/governance.links-checker.yml | 2 +- .github/workflows/synchronize.labels.yml | 2 +- .github/workflows/test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/00-release-draft.yml b/.github/workflows/00-release-draft.yml index 8c1c83b0..06b97c1d 100644 --- a/.github/workflows/00-release-draft.yml +++ b/.github/workflows/00-release-draft.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 with: fetch-depth: '0' diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index fd7d9231..a0f8eeac 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'ivankatliarchuk/.github' steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 with: fetch-depth: '1' diff --git a/.github/workflows/additional-tags.yml b/.github/workflows/additional-tags.yml index ec9b90ca..9996a79d 100644 --- a/.github/workflows/additional-tags.yml +++ b/.github/workflows/additional-tags.yml @@ -10,5 +10,5 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - uses: vweevers/additional-tags-action@v2 diff --git a/.github/workflows/codeowners-merge.yml b/.github/workflows/codeowners-merge.yml index fb53a4bb..542bceca 100644 --- a/.github/workflows/codeowners-merge.yml +++ b/.github/workflows/codeowners-merge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout code - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: fetch-depth: '1' submodules: 'recursive' diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 299628a7..4ad70194 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -28,7 +28,7 @@ jobs: if: github.repository == 'ivankatliarchuk/.github' steps: # checkout to latest commit - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 # run markdown linter # todo https://github.com/peter-evans/link-checker diff --git a/.github/workflows/synchronize.labels.yml b/.github/workflows/synchronize.labels.yml index f10a2daf..fd98538b 100644 --- a/.github/workflows/synchronize.labels.yml +++ b/.github/workflows/synchronize.labels.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 # https://github.com/micnncim/action-label-syncer - uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 903768df..8a241345 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.5 + - uses: actions/checkout@v4.1.6 - name: calculate date id: envs From 63c8ba0caa2113d5199b3250c9ae5a388b2843b0 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Mon, 27 May 2024 08:14:50 +0100 Subject: [PATCH 31/68] chore(deps): update dependency actions/checkout to v4.1.6 (.github/workflows/test.yml) (#752) Co-authored-by: IK Renovate Bot From 43e1e6fb0410638c4face11841dccbc9dc21f895 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Mon, 27 May 2024 08:14:59 +0100 Subject: [PATCH 32/68] chore(deps): update actions/checkout action to v4.1.6 (.github/workflows/test.yml) (#751) Co-authored-by: IK Renovate Bot From 84f001c20d3e8f1a88033f9a2231a65155b83ea8 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Mon, 27 May 2024 08:15:07 +0100 Subject: [PATCH 33/68] chore(deps): update actions/checkout action to v4.1.6 (.github/workflows/synchronize.labels.yml) (#750) Co-authored-by: IK Renovate Bot From 8dfc9c35cc35de8708ceb89fb27619fc0f575bdb Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Mon, 27 May 2024 09:52:49 +0100 Subject: [PATCH 34/68] chore(deps): update renovate/renovate docker tag to v37.377.8 (makefile) (#742) Co-authored-by: IK Renovate Bot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03a74218..c9f9229d 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := /bin/bash MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -CI_RENOVATE_IMAGE := renovate/renovate:37.354.6-slim +CI_RENOVATE_IMAGE := renovate/renovate:37.377.8-slim RENOVATE_REPOSITORIES := $(shell cat ./renovate/repositories.json | jq -r '. | join(",")') RENOVATE_DRY_RUN := false LOG_LEVEL := debug From fdc2b3a03e85a3034807c96fe19a864ab161a7e7 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Mon, 27 May 2024 09:52:57 +0100 Subject: [PATCH 35/68] chore(deps): update actions/checkout action to v4.1.6 (.github/workflow-templates/codeowners-merge.yml) (#744) Co-authored-by: IK Renovate Bot --- .github/workflow-templates/codeowners-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-templates/codeowners-merge.yml b/.github/workflow-templates/codeowners-merge.yml index 8290dc03..0df32205 100644 --- a/.github/workflow-templates/codeowners-merge.yml +++ b/.github/workflow-templates/codeowners-merge.yml @@ -13,7 +13,7 @@ jobs: steps: - name: checkout code if: steps.check.outputs.triggered == 'true' - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.6 with: fetch-depth: '1' submodules: 'recursive' From 1715fe230dade01fa85b5a39b2bab0c91f4f2ba9 Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Mon, 27 May 2024 09:53:03 +0100 Subject: [PATCH 36/68] chore(deps): update ruby/setup-ruby digest to 943103c (.github/workflow-templates/ruby.yml) (#743) Co-authored-by: IK Renovate Bot --- .github/workflow-templates/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-templates/ruby.yml b/.github/workflow-templates/ruby.yml index 72fa8dcb..8c92a32c 100644 --- a/.github/workflow-templates/ruby.yml +++ b/.github/workflow-templates/ruby.yml @@ -19,7 +19,7 @@ jobs: # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@82dd21cb955e5633e70976c289b2e3b01c0f18db + uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 with: ruby-version: 2.6 - name: Install dependencies From 0d852b47b13d0c44ea66a4725a83be85eca07b9f Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 2 Jun 2024 08:52:50 +0100 Subject: [PATCH 37/68] chore(deps): update ruby/setup-ruby digest to 0cde468 (.github/workflow-templates/ruby.yml) (#755) Co-authored-by: IK Renovate Bot --- .github/workflow-templates/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-templates/ruby.yml b/.github/workflow-templates/ruby.yml index 8c92a32c..23c6207a 100644 --- a/.github/workflow-templates/ruby.yml +++ b/.github/workflow-templates/ruby.yml @@ -19,7 +19,7 @@ jobs: # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@943103cae7d3f1bb1e4951d5fcc7928b40e4b742 + uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc with: ruby-version: 2.6 - name: Install dependencies From 41518ae216e480619dbb7e912b4e538d89007c3e Mon Sep 17 00:00:00 2001 From: Ivan Katliarchuk <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sun, 2 Jun 2024 08:53:00 +0100 Subject: [PATCH 38/68] chore(deps): update renovate/renovate docker tag to v37.385.0 (makefile) (#754) Co-authored-by: IK Renovate Bot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c9f9229d..eeec7795 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := /bin/bash MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -CI_RENOVATE_IMAGE := renovate/renovate:37.377.8-slim +CI_RENOVATE_IMAGE := renovate/renovate:37.385.0-slim RENOVATE_REPOSITORIES := $(shell cat ./renovate/repositories.json | jq -r '. | join(",")') RENOVATE_DRY_RUN := false LOG_LEVEL := debug From d1a3bdd32585e83955e2203cf9d2cbf8f00541bb Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:14:54 +0100 Subject: [PATCH 39/68] chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/00-release-draft.yml) (#762) Co-authored-by: IK Renovate Bot --- .github/workflows/00-release-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/00-release-draft.yml b/.github/workflows/00-release-draft.yml index 06b97c1d..475c2702 100644 --- a/.github/workflows/00-release-draft.yml +++ b/.github/workflows/00-release-draft.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 with: fetch-depth: '0' From ecadcc4c78c62bbfd921a33a760d1bd6353eb3b8 Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:15:03 +0100 Subject: [PATCH 40/68] chore(deps): update dependency renovatebot/github-action to v40.1.12 (.github/workflows/01-renovate.yml) (#759) Co-authored-by: IK Renovate Bot --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index a0f8eeac..54f1c439 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From 9b201cb7ae83c23bdd0efc15f753a847940c89e0 Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:15:11 +0100 Subject: [PATCH 41/68] chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/additional-tags.yml) (#763) Co-authored-by: IK Renovate Bot --- .github/workflows/additional-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/additional-tags.yml b/.github/workflows/additional-tags.yml index 9996a79d..e879f6ea 100644 --- a/.github/workflows/additional-tags.yml +++ b/.github/workflows/additional-tags.yml @@ -10,5 +10,5 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - uses: vweevers/additional-tags-action@v2 From 47616fa1ca7140f1a5e56a5753065717012587ca Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:15:20 +0100 Subject: [PATCH 42/68] chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/codeowners-merge.yml) (#764) Co-authored-by: IK Renovate Bot --- .github/workflows/codeowners-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeowners-merge.yml b/.github/workflows/codeowners-merge.yml index 542bceca..827a2ec4 100644 --- a/.github/workflows/codeowners-merge.yml +++ b/.github/workflows/codeowners-merge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: '1' submodules: 'recursive' From 35c39c943ab6630179cff77f1829dce7aad105fe Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:17:07 +0100 Subject: [PATCH 43/68] chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/test.yml) (#767) Co-authored-by: IK Renovate Bot --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a241345..f4d706f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 - name: calculate date id: envs From 51f2d019297aeff6d713e9f45e966a154c659f10 Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:17:15 +0100 Subject: [PATCH 44/68] chore(deps): update dependency actions/checkout to v4.1.7 (.github/workflows/test.yml) (#768) Co-authored-by: IK Renovate Bot --- .github/workflows/01-renovate.yml | 2 +- .github/workflows/governance.links-checker.yml | 2 +- .github/workflows/synchronize.labels.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index 54f1c439..2a89d5be 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'ivankatliarchuk/.github' steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 with: fetch-depth: '1' diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 4ad70194..8f11d413 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -28,7 +28,7 @@ jobs: if: github.repository == 'ivankatliarchuk/.github' steps: # checkout to latest commit - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 # run markdown linter # todo https://github.com/peter-evans/link-checker diff --git a/.github/workflows/synchronize.labels.yml b/.github/workflows/synchronize.labels.yml index fd98538b..4429bfb3 100644 --- a/.github/workflows/synchronize.labels.yml +++ b/.github/workflows/synchronize.labels.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 # https://github.com/micnncim/action-label-syncer - uses: micnncim/action-label-syncer@v1.3.0 env: From 7a937ce3c6198451a8274a5ca2c31d098a7b52d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:17:24 +0100 Subject: [PATCH 45/68] chore(deps): bump actions/checkout from 4.1.6 to 4.1.7 (#769) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> From d1698c180e9fd4f6efbeda6cf91a53971fcb3f1d Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:17:42 +0100 Subject: [PATCH 46/68] chore(deps): update github-tags action .github/workflows/01-renovate.yml (.github/workflows/01-renovate.yml) (#760) Co-authored-by: IK Renovate Bot From 870d82ad4814c090fa914d96b5f5b18edef99be4 Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:17:50 +0100 Subject: [PATCH 47/68] chore(deps): update renovate/renovate docker tag to v37.413.4 (makefile) (#758) Co-authored-by: IK Renovate Bot --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eeec7795..2f5dee4e 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ SHELL := /bin/bash MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -CI_RENOVATE_IMAGE := renovate/renovate:37.385.0-slim +CI_RENOVATE_IMAGE := renovate/renovate:37.413.4-slim RENOVATE_REPOSITORIES := $(shell cat ./renovate/repositories.json | jq -r '. | join(",")') RENOVATE_DRY_RUN := false LOG_LEVEL := debug From 3636b59c6a5e753b922f3d719ef81aa033bf4d78 Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:18:00 +0100 Subject: [PATCH 48/68] chore(deps): update ruby/setup-ruby digest to 3783f19 (.github/workflow-templates/ruby.yml) (#757) Co-authored-by: IK Renovate Bot --- .github/workflow-templates/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-templates/ruby.yml b/.github/workflow-templates/ruby.yml index 23c6207a..bf5afb56 100644 --- a/.github/workflow-templates/ruby.yml +++ b/.github/workflow-templates/ruby.yml @@ -19,7 +19,7 @@ jobs: # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby, # change this to (see https://github.com/ruby/setup-ruby#versioning): # uses: ruby/setup-ruby@v1 - uses: ruby/setup-ruby@0cde4689ba33c09f1b890c1725572ad96751a3fc + uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e with: ruby-version: 2.6 - name: Install dependencies From 9ee2cd7fb97150c995f55c9cf7756d3305f6b4c2 Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:18:16 +0100 Subject: [PATCH 49/68] chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/synchronize.labels.yml) (#766) Co-authored-by: IK Renovate Bot From d238357575a1057f22f1acf5852e95729e909db7 Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:18:23 +0100 Subject: [PATCH 50/68] chore(deps): update actions/checkout action to v4.1.7 (.github/workflows/governance.links-checker.yml) (#765) Co-authored-by: IK Renovate Bot From 165d6799b191f95f4f0fa7129690993d209d8505 Mon Sep 17 00:00:00 2001 From: Ivan Ka <5395690+ivankatliarchuk@users.noreply.github.com> Date: Sat, 29 Jun 2024 08:18:29 +0100 Subject: [PATCH 51/68] chore(deps): update actions/checkout action to v4.1.7 (.github/workflow-templates/codeowners-merge.yml) (#761) Co-authored-by: IK Renovate Bot --- .github/workflow-templates/codeowners-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-templates/codeowners-merge.yml b/.github/workflow-templates/codeowners-merge.yml index 0df32205..a8eacec2 100644 --- a/.github/workflow-templates/codeowners-merge.yml +++ b/.github/workflow-templates/codeowners-merge.yml @@ -13,7 +13,7 @@ jobs: steps: - name: checkout code if: steps.check.outputs.triggered == 'true' - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: '1' submodules: 'recursive' From 3ba977a8c7ea9c17ee3a943cd7ed6f3a6294ae12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 01:06:30 +0100 Subject: [PATCH 52/68] chore(deps): bump renovatebot/github-action from 40.1.12 to 40.2.0 (#770) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.1.12 to 40.2.0. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.1.12...v40.2.0) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index 2a89d5be..6e332e3a 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.1.12 + uses: renovatebot/github-action@v40.2.0 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From b445e02e528d33550a3ab9d1d3d41d000c557d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:57:18 +0100 Subject: [PATCH 53/68] chore(deps): bump renovatebot/github-action from 40.2.0 to 40.2.2 (#772) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.2.0 to 40.2.2. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.2.0...v40.2.2) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index 6e332e3a..389d0dcc 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.2.0 + uses: renovatebot/github-action@v40.2.2 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From 89810eb126c5b63de52588ea638bfc99895b4440 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 19:57:27 +0100 Subject: [PATCH 54/68] chore(deps): bump anothrNick/github-tag-action from 1.69.0 to 1.70.0 (#771) Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.69.0 to 1.70.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/1.69.0...1.70.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/00-release-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/00-release-draft.yml b/.github/workflows/00-release-draft.yml index 475c2702..284821e1 100644 --- a/.github/workflows/00-release-draft.yml +++ b/.github/workflows/00-release-draft.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: '0' - name: check next version - uses: anothrNick/github-tag-action@1.69.0 + uses: anothrNick/github-tag-action@1.70.0 id: tag env: DRY_RUN: true From 8e4c0b46be3aa042f8da0c768514f47e8621fe1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:45:59 +0200 Subject: [PATCH 55/68] chore(deps): bump renovatebot/github-action from 40.2.2 to 40.2.4 (#774) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.2.2 to 40.2.4. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.2.2...v40.2.4) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index 389d0dcc..1765805c 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.2.2 + uses: renovatebot/github-action@v40.2.4 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From 90399ce01db09926e9f919a1ef02145be6399b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:09:32 +0100 Subject: [PATCH 56/68] chore(deps): bump renovatebot/github-action from 40.2.4 to 40.2.8 (#778) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.2.4 to 40.2.8. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.2.4...v40.2.8) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index 1765805c..6c1347e7 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.2.4 + uses: renovatebot/github-action@v40.2.8 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From c0641c83d860336170866d7f78069101aae573ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:24:47 +0100 Subject: [PATCH 57/68] chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 (#782) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/00-release-draft.yml | 2 +- .github/workflows/01-renovate.yml | 2 +- .github/workflows/additional-tags.yml | 2 +- .github/workflows/codeowners-merge.yml | 2 +- .github/workflows/governance.links-checker.yml | 2 +- .github/workflows/synchronize.labels.yml | 2 +- .github/workflows/test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/00-release-draft.yml b/.github/workflows/00-release-draft.yml index 284821e1..06c62648 100644 --- a/.github/workflows/00-release-draft.yml +++ b/.github/workflows/00-release-draft.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: fetch-depth: '0' diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index 6c1347e7..78bf435a 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'ivankatliarchuk/.github' steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 with: fetch-depth: '1' diff --git a/.github/workflows/additional-tags.yml b/.github/workflows/additional-tags.yml index e879f6ea..a6448b0a 100644 --- a/.github/workflows/additional-tags.yml +++ b/.github/workflows/additional-tags.yml @@ -10,5 +10,5 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - uses: vweevers/additional-tags-action@v2 diff --git a/.github/workflows/codeowners-merge.yml b/.github/workflows/codeowners-merge.yml index 827a2ec4..69423a13 100644 --- a/.github/workflows/codeowners-merge.yml +++ b/.github/workflows/codeowners-merge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout code - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: fetch-depth: '1' submodules: 'recursive' diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 8f11d413..83493f51 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -28,7 +28,7 @@ jobs: if: github.repository == 'ivankatliarchuk/.github' steps: # checkout to latest commit - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 # run markdown linter # todo https://github.com/peter-evans/link-checker diff --git a/.github/workflows/synchronize.labels.yml b/.github/workflows/synchronize.labels.yml index 4429bfb3..4e7b316d 100644 --- a/.github/workflows/synchronize.labels.yml +++ b/.github/workflows/synchronize.labels.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 # https://github.com/micnncim/action-label-syncer - uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f4d706f8..58c99d34 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.0 - name: calculate date id: envs From 4e11791d5fd3a4441eb60d7dec63369296a973f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:24:55 +0100 Subject: [PATCH 58/68] chore(deps): bump anothrNick/github-tag-action from 1.70.0 to 1.71.0 (#781) Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.70.0 to 1.71.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/1.70.0...1.71.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/00-release-draft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/00-release-draft.yml b/.github/workflows/00-release-draft.yml index 06c62648..562a40c6 100644 --- a/.github/workflows/00-release-draft.yml +++ b/.github/workflows/00-release-draft.yml @@ -39,7 +39,7 @@ jobs: fetch-depth: '0' - name: check next version - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 id: tag env: DRY_RUN: true From 1270fdd7f064cc86b9844b0563956d822ce56765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:25:03 +0100 Subject: [PATCH 59/68] chore(deps): bump renovatebot/github-action from 40.2.8 to 40.2.10 (#780) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.2.8 to 40.2.10. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.2.8...v40.2.10) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index 78bf435a..d257d641 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.2.8 + uses: renovatebot/github-action@v40.2.10 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From aaac5c73e0db50ab2218c748f6a281f092e12a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:25:11 +0100 Subject: [PATCH 60/68] chore(deps): bump pascalgn/automerge-action from 0.16.3 to 0.16.4 (#779) Bumps [pascalgn/automerge-action](https://github.com/pascalgn/automerge-action) from 0.16.3 to 0.16.4. - [Release notes](https://github.com/pascalgn/automerge-action/releases) - [Commits](https://github.com/pascalgn/automerge-action/compare/v0.16.3...v0.16.4) --- updated-dependencies: - dependency-name: pascalgn/automerge-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/auto-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index a27383f8..6e503243 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -30,7 +30,7 @@ jobs: steps: - name: automerge - uses: pascalgn/automerge-action@v0.16.3 + uses: pascalgn/automerge-action@v0.16.4 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" MERGE_LABELS: 'automerge,✅ Approved' From 51870a1c9ce8344ab286c66dd7c4724ac1078477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 09:53:44 +0100 Subject: [PATCH 61/68] chore(deps): bump renovatebot/github-action from 40.2.10 to 40.3.1 (#783) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.2.10 to 40.3.1. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.2.10...v40.3.1) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index d257d641..c931a2c7 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.2.10 + uses: renovatebot/github-action@v40.3.1 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From 09be874affccf5d87566f7a9feddf4ce39b49b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:16:59 +0000 Subject: [PATCH 62/68] chore(deps): bump renovatebot/github-action from 40.3.1 to 41.0.2 (#792) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 40.3.1 to 41.0.2. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v40.3.1...v41.0.2) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index c931a2c7..dc0b36fe 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v40.3.1 + uses: renovatebot/github-action@v41.0.2 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From c7fb4b3a8b13ec508a726cce2ec4a70371a4ff21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:17:07 +0000 Subject: [PATCH 63/68] chore(deps): bump lycheeverse/lychee-action from 1.10.0 to 2.1.0 (#791) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.10.0 to 2.1.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.10.0...v2.1.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/governance.links-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 83493f51..486b4b6a 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -34,7 +34,7 @@ jobs: # todo https://github.com/peter-evans/link-checker - name: link checker id: lychee - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.1.0 # if: failure() with: args: > From 2a47c708ca403545e741b62114070381fa4f0dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 16:17:15 +0000 Subject: [PATCH 64/68] chore(deps): bump actions/checkout from 4.2.0 to 4.2.2 (#789) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/00-release-draft.yml | 2 +- .github/workflows/01-renovate.yml | 2 +- .github/workflows/additional-tags.yml | 2 +- .github/workflows/codeowners-merge.yml | 2 +- .github/workflows/governance.links-checker.yml | 2 +- .github/workflows/synchronize.labels.yml | 2 +- .github/workflows/test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/00-release-draft.yml b/.github/workflows/00-release-draft.yml index 562a40c6..e7227347 100644 --- a/.github/workflows/00-release-draft.yml +++ b/.github/workflows/00-release-draft.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: fetch-depth: '0' diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index dc0b36fe..27eef144 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'ivankatliarchuk/.github' steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: fetch-depth: '1' diff --git a/.github/workflows/additional-tags.yml b/.github/workflows/additional-tags.yml index a6448b0a..69f69296 100644 --- a/.github/workflows/additional-tags.yml +++ b/.github/workflows/additional-tags.yml @@ -10,5 +10,5 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 - uses: vweevers/additional-tags-action@v2 diff --git a/.github/workflows/codeowners-merge.yml b/.github/workflows/codeowners-merge.yml index 69423a13..674fe6f5 100644 --- a/.github/workflows/codeowners-merge.yml +++ b/.github/workflows/codeowners-merge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: checkout code - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.2 with: fetch-depth: '1' submodules: 'recursive' diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 486b4b6a..782ec77b 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -28,7 +28,7 @@ jobs: if: github.repository == 'ivankatliarchuk/.github' steps: # checkout to latest commit - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 # run markdown linter # todo https://github.com/peter-evans/link-checker diff --git a/.github/workflows/synchronize.labels.yml b/.github/workflows/synchronize.labels.yml index 4e7b316d..177a726f 100644 --- a/.github/workflows/synchronize.labels.yml +++ b/.github/workflows/synchronize.labels.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: # https://github.com/actions/checkout - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 # https://github.com/micnncim/action-label-syncer - uses: micnncim/action-label-syncer@v1.3.0 env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58c99d34..15aaebfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 - name: calculate date id: envs From 481bdb7a7ef56f69757403251a934b94d35dc094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 18:13:14 +0000 Subject: [PATCH 65/68] chore(deps): bump renovatebot/github-action from 41.0.2 to 41.0.3 (#793) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.2 to 41.0.3. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v41.0.2...v41.0.3) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index 27eef144..f82288c4 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v41.0.2 + uses: renovatebot/github-action@v41.0.3 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From 3d95f8c0d5f287ab819868b0f786caef594f9b13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:54:27 +0000 Subject: [PATCH 66/68] chore(deps): bump lycheeverse/lychee-action from 2.1.0 to 2.2.0 (#797) Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/governance.links-checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/governance.links-checker.yml b/.github/workflows/governance.links-checker.yml index 782ec77b..1ae2b704 100644 --- a/.github/workflows/governance.links-checker.yml +++ b/.github/workflows/governance.links-checker.yml @@ -34,7 +34,7 @@ jobs: # todo https://github.com/peter-evans/link-checker - name: link checker id: lychee - uses: lycheeverse/lychee-action@v2.1.0 + uses: lycheeverse/lychee-action@v2.2.0 # if: failure() with: args: > From 15f7a2bc76a54b1604bd8a1e0d99b7f29a03bfe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:54:34 +0000 Subject: [PATCH 67/68] chore(deps): bump renovatebot/github-action from 41.0.3 to 41.0.7 (#796) Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 41.0.3 to 41.0.7. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/v41.0.3...v41.0.7) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/01-renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/01-renovate.yml b/.github/workflows/01-renovate.yml index f82288c4..861bcda2 100644 --- a/.github/workflows/01-renovate.yml +++ b/.github/workflows/01-renovate.yml @@ -45,7 +45,7 @@ jobs: # https://github.com/renovatebot/github-action install renovate app - name: execute-dependency-update - uses: renovatebot/github-action@v41.0.3 + uses: renovatebot/github-action@v41.0.7 with: configurationFile: ${{ env.RENOVATE_CONFIG_FOLDER }}/config.js token: ${{ secrets.RENOVATE_TOKEN }} From 4058f0e377e7843b13d8cfcf10c1b5f5bcebc2c3 Mon Sep 17 00:00:00 2001 From: ivan katliarchuk Date: Wed, 25 Dec 2024 14:27:26 +0000 Subject: [PATCH 68/68] update config Signed-off-by: ivan katliarchuk --- renovate/config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate/config.js b/renovate/config.js index e3772a97..fffc6070 100644 --- a/renovate/config.js +++ b/renovate/config.js @@ -92,14 +92,15 @@ module.exports = { "separateMinorPatch": true, "separateMultipleMajor": true, "groupName": "{{datasource}} {{depType}} {{packageFile}}", - "addLabels": ["rule::4.1", "github-action", "skip-release"] + "addLabels": ["rule::4.1", "github-action", "skip-release"], + "versioning": "regex:^v(?\\d+)(\\.(?\\d+))?(\\.(?\\d+))?" }, { "automerge": true, // https://docs.renovatebot.com/configuration-options/#excluderepositories "excludeRepositories": ["ivankatliarchuk/.github", "**/*-archived"], "matchManagers": ["github-actions"], - "addLabels": ["rule::4.1"] + "addLabels": ["rule::4.1.1"] }, { "automerge": false,