From 2d83f9c0336e5937c31354092451e9d96ce017ad Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 28 Oct 2024 20:42:14 +0100 Subject: [PATCH 1/3] feat(ci): add dependabot to keep GH Actions up to date (#10) Limit bot to update only monthly to avoid spam and save resources. Also group to one PR to limit PR spam. --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000000..0ea879ffc1 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + groups: + github-actions: + patterns: + - "*" From 57d1dd47dad0d73893b74d0a9916adacdcdfb4ef Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Mon, 28 Oct 2024 21:08:15 +0100 Subject: [PATCH 2/3] Update dependabot.yaml --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 0ea879ffc1..77f4dc0641 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -10,3 +10,7 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "monthly" From edf874eded94e64e7b3a971eec117ad71f8a0592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:09:14 +0000 Subject: [PATCH 3/3] Bump getgrav/image from 3.0.1 to 4.0.0 Bumps [getgrav/image](https://github.com/getgrav/Image) from 3.0.1 to 4.0.0. - [Commits](https://github.com/getgrav/Image/compare/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: getgrav/image dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 37 ++++++++++++++++++------------------- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index 364ee70ee2..a613f6c404 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "filp/whoops": "~2.9", "matthiasmullie/minify": "^1.3", "monolog/monolog": "~1.25", - "getgrav/image": "^3.0", + "getgrav/image": "^4.0", "getgrav/cache": "^2.0", "donatj/phpuseragentparser": "~1.1", "pimple/pimple": "~3.5.0", diff --git a/composer.lock b/composer.lock index 08e5a264ef..c03eb2f99c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6f85edb2bd83cfed5c469b1c824a57ac", + "content-hash": "b898b9af117f9c1f764399cc433c6266", "packages": [ { "name": "composer/ca-bundle", @@ -673,17 +673,17 @@ }, { "name": "getgrav/cache", - "version": "v2.0.0", + "version": "v2.0.1", "target-dir": "Gregwar/Cache", "source": { "type": "git", "url": "https://github.com/getgrav/Cache.git", - "reference": "56fd63f752779928fcd1074ab7d12f406dde8861" + "reference": "28e2b0072add37b9547daea1da6fcd26d660850b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getgrav/Cache/zipball/56fd63f752779928fcd1074ab7d12f406dde8861", - "reference": "56fd63f752779928fcd1074ab7d12f406dde8861", + "url": "https://api.github.com/repos/getgrav/Cache/zipball/28e2b0072add37b9547daea1da6fcd26d660850b", + "reference": "28e2b0072add37b9547daea1da6fcd26d660850b", "shasum": "" }, "require": { @@ -718,41 +718,40 @@ "system" ], "support": { - "source": "https://github.com/getgrav/Cache/tree/v2.0.0" + "source": "https://github.com/getgrav/Cache/tree/v2.0.1" }, - "time": "2021-04-20T05:48:00+00:00" + "time": "2024-10-25T14:21:29+00:00" }, { "name": "getgrav/image", - "version": "v3.0.1", - "target-dir": "Gregwar/Image", + "version": "v4.0.0", "source": { "type": "git", "url": "https://github.com/getgrav/Image.git", - "reference": "a6a36c24db4b0fd7a7bfd50b86412eaecd5c6370" + "reference": "5d06194ca0588727b25f80d7302253edaf5d8e9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getgrav/Image/zipball/a6a36c24db4b0fd7a7bfd50b86412eaecd5c6370", - "reference": "a6a36c24db4b0fd7a7bfd50b86412eaecd5c6370", + "url": "https://api.github.com/repos/getgrav/Image/zipball/5d06194ca0588727b25f80d7302253edaf5d8e9f", + "reference": "5d06194ca0588727b25f80d7302253edaf5d8e9f", "shasum": "" }, "require": { "ext-gd": "*", "getgrav/cache": "^2.0", - "php": "^5.6 || ^7.0 || ^8.0" + "php": "^7.2 || ^8.0" }, "require-dev": { - "sllh/php-cs-fixer-styleci-bridge": "~1.0", - "symfony/phpunit-bridge": "^2.7.4 || ^3.0" + "phpunit/phpunit": "^9", + "sllh/php-cs-fixer-styleci-bridge": "~1.0" }, "suggest": { "behat/transliterator": "Transliterator provides ability to set non-latin1 pretty names" }, "type": "library", "autoload": { - "psr-0": { - "Gregwar\\Image": "" + "psr-4": { + "Gregwar\\Image\\": "" } }, "notification-url": "https://packagist.org/downloads/", @@ -778,9 +777,9 @@ "image" ], "support": { - "source": "https://github.com/getgrav/Image/tree/v3.0.1" + "source": "https://github.com/getgrav/Image/tree/v4.0.0" }, - "time": "2023-05-08T21:44:38+00:00" + "time": "2024-10-25T14:14:34+00:00" }, { "name": "guzzlehttp/psr7",