Skip to content

Commit 91123b5

Browse files
authored
Merge pull request #33 from maartenpaauw/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents 06ee390 + d498d29 commit 91123b5

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ updates:
1313
- "composer"
1414
assignees:
1515
- "maartenpaauw"
16-
reviewers:
17-
- "maartenpaauw"
1816

1917
- package-ecosystem: "github-actions"
2018
directory: "/"
@@ -28,5 +26,3 @@ updates:
2826
- "github-actions"
2927
assignees:
3028
- "maartenpaauw"
31-
reviewers:
32-
- "maartenpaauw"

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
uses: aglipanci/laravel-pint-action@2.5
2424

2525
- name: Commit changes
26-
uses: stefanzweifel/git-auto-commit-action@v5
26+
uses: stefanzweifel/git-auto-commit-action@v6
2727
with:
2828
commit_message: "chore: fix code styling"

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @maartenpaauw

0 commit comments

Comments
 (0)