From 57b0d57a9a28353cc6708ab1ab395afcd87bde13 Mon Sep 17 00:00:00 2001 From: Davey Shafik Date: Thu, 17 Jul 2025 22:26:33 -0700 Subject: [PATCH 1/2] Add dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6ee937c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "composer" + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + commit-message: + # Prefix all commit messages with "npm: " + prefix: "chore" + include: "scope" From 971b4b4e0809751a3b93594e9c46011a4b2e796a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 05:27:24 +0000 Subject: [PATCH 2/2] chore(deps): bump captainhook/hook-installer from 1.0.3 to 1.0.4 Bumps [captainhook/hook-installer](https://github.com/captainhookphp/hook-installer) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/captainhookphp/hook-installer/releases) - [Commits](https://github.com/captainhookphp/hook-installer/compare/1.0.3...1.0.4) --- updated-dependencies: - dependency-name: captainhook/hook-installer dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index b88908e..95a139c 100644 --- a/composer.lock +++ b/composer.lock @@ -325,16 +325,16 @@ }, { "name": "captainhook/hook-installer", - "version": "1.0.3", + "version": "1.0.4", "source": { "type": "git", - "url": "https://github.com/captainhookphp/hook-installer.git", - "reference": "3308a9152727af4e3d1c7b63ca219d6938b702b8" + "url": "https://github.com/captainhook-git/hook-installer.git", + "reference": "fb3c45f6204b08baba999f4ffc4ae707bf684e8b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/captainhookphp/hook-installer/zipball/3308a9152727af4e3d1c7b63ca219d6938b702b8", - "reference": "3308a9152727af4e3d1c7b63ca219d6938b702b8", + "url": "https://api.github.com/repos/captainhook-git/hook-installer/zipball/fb3c45f6204b08baba999f4ffc4ae707bf684e8b", + "reference": "fb3c45f6204b08baba999f4ffc4ae707bf684e8b", "shasum": "" }, "require": { @@ -365,10 +365,10 @@ ], "description": "Composer Plugin that makes everyone activate the CaptainHook git hooks locally", "support": { - "issues": "https://github.com/captainhookphp/hook-installer/issues", - "source": "https://github.com/captainhookphp/hook-installer/tree/1.0.3" + "issues": "https://github.com/captainhook-git/hook-installer/issues", + "source": "https://github.com/captainhook-git/hook-installer/tree/1.0.4" }, - "time": "2024-03-21T13:39:59+00:00" + "time": "2025-04-08T07:12:26+00:00" }, { "name": "carbonphp/carbon-doctrine-types",