From a642823457a361e66f0adc558d23c15c38818393 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 05:49:26 +0000 Subject: [PATCH 1/3] chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v5...v6) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fix-php-code-style-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fix-php-code-style-issues.yml b/.github/workflows/fix-php-code-style-issues.yml index 2b95b11..e77e54f 100644 --- a/.github/workflows/fix-php-code-style-issues.yml +++ b/.github/workflows/fix-php-code-style-issues.yml @@ -23,6 +23,6 @@ jobs: uses: aglipanci/laravel-pint-action@2.5 - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "chore: fix code styling" From 40999b8a60cc2112cfdb8031a9d9b98b02b6f754 Mon Sep 17 00:00:00 2001 From: Maarten Paauw Date: Mon, 16 Jun 2025 08:23:05 +0200 Subject: [PATCH 2/3] chore(dependabot): remove reviewers --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c9b8163..30fb22f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,8 +13,6 @@ updates: - "composer" assignees: - "maartenpaauw" - reviewers: - - "maartenpaauw" - package-ecosystem: "github-actions" directory: "/" @@ -28,5 +26,3 @@ updates: - "github-actions" assignees: - "maartenpaauw" - reviewers: - - "maartenpaauw" From d498d2915785841dc965b27f568959ad3fb6b57e Mon Sep 17 00:00:00 2001 From: Maarten Paauw Date: Mon, 16 Jun 2025 08:23:46 +0200 Subject: [PATCH 3/3] feat: add code owners file --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..f0050a0 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @maartenpaauw