From 126cd07a373500b5b981c58ad3f92412ebdcc867 Mon Sep 17 00:00:00 2001 From: cb-govcms Date: Thu, 19 Mar 2026 15:33:52 +1100 Subject: [PATCH 1/5] alex test Changed the Dependabot schedule time from 06:00 to 16:00. --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 684bf44d8..dd3d92fe1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,7 @@ updates: - "drupal/core*" schedule: interval: daily - time: "06:00" + time: "16:00" timezone: "Australia/Sydney" open-pull-requests-limit: 50 target-branch: 4.x-develop - reviewers: - - pandaskii From 68cb305d3789d4381deefae493f8fcf23f2a0c70 Mon Sep 17 00:00:00 2001 From: cb-govcms Date: Thu, 19 Mar 2026 15:43:16 +1100 Subject: [PATCH 2/5] touch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63f0e92bc..e279983dd 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ More documents can be found in: ## Troubleshooting and Contributing -If you're encountering some -oddities, [here's a list of resolutions](https://github.com/GovCMS/GovCMS/wiki/1.4-Troubleshooting) to some of the problems +If you're encountering some oddities, +[here's a list of resolutions](https://github.com/GovCMS/GovCMS/wiki/1.4-Troubleshooting) to some of the problems you may be experiencing. ### Contributing to GovCMS From a9594a0799efbf40fb07e0d28c0d1ea668ea51df Mon Sep 17 00:00:00 2001 From: cb-govcms Date: Thu, 19 Mar 2026 15:45:37 +1100 Subject: [PATCH 3/5] touch --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dd3d92fe1..bf9358f99 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,5 +13,5 @@ updates: interval: daily time: "16:00" timezone: "Australia/Sydney" - open-pull-requests-limit: 50 + open-pull-requests-limit: 30 target-branch: 4.x-develop From 4c51f6543e44cd162b652b9a6b26bac92f435601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 05:25:39 +0000 Subject: [PATCH 4/5] Update simplesamlphp/simplesamlphp requirement from 2.5.0-rc5 to 2.5.0 Updates the requirements on [simplesamlphp/simplesamlphp](https://github.com/simplesamlphp/simplesamlphp) to permit the latest version. - [Release notes](https://github.com/simplesamlphp/simplesamlphp/releases) - [Commits](https://github.com/simplesamlphp/simplesamlphp/compare/v2.5.0-rc5...v2.5.0) --- updated-dependencies: - dependency-name: simplesamlphp/simplesamlphp dependency-version: 2.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d8ab53e8c..c0ee3a3ff 100644 --- a/composer.json +++ b/composer.json @@ -123,7 +123,7 @@ "govcms-assets/chosen": "3.0.1", "govcms-assets/dropzone": "5.9.3", "oomphinc/composer-installers-extender": "^2.0", - "simplesamlphp/simplesamlphp": "2.5.0-rc5", + "simplesamlphp/simplesamlphp": "2.5.0", "webflo/drupal-finder": "^1.2" }, "require-dev": { From 2b4a5dff6479467f999b131ce829d219d7b968fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 07:12:58 +0000 Subject: [PATCH 5/5] Update cweagans/composer-patches requirement from ^1.7 to ^2.0 Updates the requirements on [cweagans/composer-patches](https://github.com/cweagans/composer-patches) to permit the latest version. - [Release notes](https://github.com/cweagans/composer-patches/releases) - [Commits](https://github.com/cweagans/composer-patches/compare/1.7.0...2.0.0) --- updated-dependencies: - dependency-name: cweagans/composer-patches dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c0ee3a3ff..627ab2cd0 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "require": { "php": "^8.3.0", "composer/installers": "^2.0", - "cweagans/composer-patches": "^1.7", + "cweagans/composer-patches": "^2.0", "drupal/address": "2.0.4", "drupal/admin_toolbar": "3.6.2", "drupal/anchor_link": "3.0.4",