From 3c077c304c1c46a79b517129cfb2ccdc05da4b67 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Mon, 7 Sep 2026 15:52:33 +1000 Subject: [PATCH 1/3] Reconciled '.github/workflows/update-dependencies.yml' with Vortex 'ffe06eb'. --- .github/workflows/update-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index e276397b..d603c244 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -67,7 +67,7 @@ jobs: - name: Run Renovate if: steps.check-requirements.outputs.should_run == 'true' - uses: renovatebot/github-action@39b914146caeff8cd512e61c8992f1d5913af85c # v46.2.5 + uses: renovatebot/github-action@37beffda261423addd537c33f2d126df7f6ffbab # v46.2.6 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }} From 75aeef6f6275c58f46d27a6edf774bda1996bf5d Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Mon, 7 Sep 2026 15:53:01 +1000 Subject: [PATCH 2/3] Updated Vortex version badge. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9469016..7b730e3c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Drupal 11 implementation of DrevOps Website for DrevOps [//]: # (DO NOT REMOVE THE BADGE BELOW. IT IS USED BY VORTEX TO TRACK INTEGRATION) -[![Vortex](https://img.shields.io/badge/Vortex-1.41.1-65ACBC.svg)](https://github.com/drevops/vortex/tree/1.41.1) +[![Vortex](https://img.shields.io/badge/Vortex-ffe06eb-65ACBC.svg)](https://github.com/drevops/vortex/tree/ffe06eb) From eeda7478175f7a0d82c0892d2e0741f7d3277811 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Mon, 7 Sep 2026 21:05:16 +1000 Subject: [PATCH 3/3] Removed the obsolete '.vortex-manifest.json' ignore rule. --- .gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitignore b/.gitignore index 57528e7d..4eded822 100644 --- a/.gitignore +++ b/.gitignore @@ -58,7 +58,3 @@ web/themes/**/build /docker-compose.override.yml /.env.local /.ahoy.local.yml - -# Checksum record written by the Vortex installer. It describes one machine's -# install rather than the project, so it stays out of version control. -/.vortex-manifest.json