From c7b1e46fedca32cf591a9ed8175a25232cd2bff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:19:53 +0000 Subject: [PATCH 1/2] chore(deps): bump lycheeverse/lychee-action in /.github/workflows Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/a8c4c7cb88f0c7386610c35eb25108e448569cb0...8646ba30535128ac92d33dfc9133794bfdd9b411) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-checker.yaml b/.github/workflows/link-checker.yaml index 9fd183a..fa482e6 100644 --- a/.github/workflows/link-checker.yaml +++ b/.github/workflows/link-checker.yaml @@ -17,7 +17,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 #v2.7.0 + uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0 with: args: --verbose --no-progress --accept 100..=103,200..=299,429 './**/*.md' format: markdown From 965ca6c4f43bf17384877a0805d73c65f7e62b2a Mon Sep 17 00:00:00 2001 From: Boris Lavrishchev Date: Tue, 10 Mar 2026 09:55:20 +0300 Subject: [PATCH 2/2] docs: update Docker build config file reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbc3d74..d653ccc 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ In this repository in folder [workflow-templates](./workflow-templates/) you can ## Configuration files examples - [Automatic PR Labeler](./config/examples/auto-labeler-config.yaml) -- [Docker build](./config/examples/docker-build-config.json) +- [Docker build](./config/examples/docker.cfg) - [Docker metadata](./config/examples/metadata-config.yml) - [Helm charts release](./config/examples/helm-charts-release-config.yaml) - [Release notes auto-generation](./config/examples/release-drafter-config.yml)